Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DLoads.h93 extern cl::opt<unsigned> DefMaxInstsToScan;
122 unsigned MaxInstsToScan = DefMaxInstsToScan,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLoads.cpp356 llvm::DefMaxInstsToScan("available-load-scan-limit", cl::init(6), cl::Hidden, member in llvm
DLint.cpp683 FindAvailableLoadedValue(L, BB, BBI, DefMaxInstsToScan, AA)) in findValueImpl()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DJumpThreading.cpp1280 LoadI, LoadBB, BBIt, DefMaxInstsToScan, AA, &IsLoadCSE)) { in SimplifyPartiallyRedundantLoad()
1339 DefMaxInstsToScan, AA, &IsLoadCSE, &NumScanedInst); in SimplifyPartiallyRedundantLoad()
1345 NumScanedInst < DefMaxInstsToScan) { in SimplifyPartiallyRedundantLoad()
1351 (DefMaxInstsToScan - NumScanedInst), AA, &IsLoadCSE, in SimplifyPartiallyRedundantLoad()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineLoadStoreAlloca.cpp993 &LI, LI.getParent(), BBI, DefMaxInstsToScan, AA, &IsLoadCSE)) { in visitLoadInst()