Home
last modified time | relevance | path

Searched refs:DefMaxInstsToScan (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DLoads.h106 extern cl::opt<unsigned> DefMaxInstsToScan;
135 unsigned MaxInstsToScan = DefMaxInstsToScan,
145 unsigned MaxInstsToScan = DefMaxInstsToScan);
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp1350 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 DLoads.cpp423 llvm::DefMaxInstsToScan("available-load-scan-limit", cl::init(6), cl::Hidden, member in llvm
H A DLint.cpp662 FindAvailableLoadedValue(L, BB, BBI, DefMaxInstsToScan, AA)) in findValueImpl()