Searched refs:DefMaxInstsToScan (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/ |
| H A D | Loads.h | 106 extern cl::opt<unsigned> DefMaxInstsToScan; 135 unsigned MaxInstsToScan = DefMaxInstsToScan, 145 unsigned MaxInstsToScan = DefMaxInstsToScan);
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
| H A D | JumpThreading.cpp | 1350 LoadI, LoadBB, BBIt, DefMaxInstsToScan, AA, &IsLoadCSE)) { in simplifyPartiallyRedundantLoad() 1411 PredBB, BBIt, DefMaxInstsToScan, in simplifyPartiallyRedundantLoad() 1418 NumScanedInst < DefMaxInstsToScan) { in simplifyPartiallyRedundantLoad() 1424 (DefMaxInstsToScan - NumScanedInst), AA, &IsLoadCSE, in simplifyPartiallyRedundantLoad()
|
| /openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
| H A D | Loads.cpp | 423 llvm::DefMaxInstsToScan("available-load-scan-limit", cl::init(6), cl::Hidden, member in llvm
|
| H A D | Lint.cpp | 662 FindAvailableLoadedValue(L, BB, BBI, DefMaxInstsToScan, AA)) in findValueImpl()
|