Searched refs:DefMaxInstsToScan (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/contrib/llvm/include/llvm/Analysis/ |
| H A D | Loads.h | 66 extern cl::opt<unsigned> DefMaxInstsToScan; 95 unsigned MaxInstsToScan = DefMaxInstsToScan,
|
| /freebsd-12.1/contrib/llvm/lib/Analysis/ |
| H A D | Loads.cpp | 316 llvm::DefMaxInstsToScan("available-load-scan-limit", cl::init(6), cl::Hidden, member in llvm
|
| H A D | Lint.cpp | 679 FindAvailableLoadedValue(L, BB, BBI, DefMaxInstsToScan, AA)) in findValueImpl()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/ |
| H A D | JumpThreading.cpp | 1300 LoadI, LoadBB, BBIt, DefMaxInstsToScan, AA, &IsLoadCSE)) { in SimplifyPartiallyRedundantLoad() 1359 DefMaxInstsToScan, AA, &IsLoadCSE, &NumScanedInst); in SimplifyPartiallyRedundantLoad() 1365 NumScanedInst < DefMaxInstsToScan) { in SimplifyPartiallyRedundantLoad() 1371 (DefMaxInstsToScan - NumScanedInst), AA, &IsLoadCSE, in SimplifyPartiallyRedundantLoad()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineLoadStoreAlloca.cpp | 1026 &LI, LI.getParent(), BBI, DefMaxInstsToScan, AA, &IsLoadCSE)) { in visitLoadInst()
|