コード例 #1
0
ファイル: PassManager.cs プロジェクト: bamfbamf/LLVMSharp
 public void AddScalarReplAggregatesPassWithThreshold(int threshold) => LLVM.AddScalarReplAggregatesPassWithThreshold(this.Unwrap(), threshold);