Searched refs:DefMaxInstsToScan (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/llvm/include/llvm/Analysis/ |
| H A D | Loads.h | 101 extern cl::opt<unsigned> DefMaxInstsToScan; 130 unsigned MaxInstsToScan = DefMaxInstsToScan, 140 unsigned MaxInstsToScan = DefMaxInstsToScan);
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Scalar/ |
| H A D | JumpThreading.cpp | 1327 LoadI, LoadBB, BBIt, DefMaxInstsToScan, AA, &IsLoadCSE)) { in simplifyPartiallyRedundantLoad() 1388 PredBB, BBIt, DefMaxInstsToScan, in simplifyPartiallyRedundantLoad() 1395 NumScanedInst < DefMaxInstsToScan) { in simplifyPartiallyRedundantLoad() 1401 (DefMaxInstsToScan - NumScanedInst), AA, &IsLoadCSE, in simplifyPartiallyRedundantLoad()
|
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | Loads.cpp | 422 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()
|