Home
last modified time | relevance | path

Searched refs:NumScanedInst (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLoads.cpp366 unsigned *NumScanedInst) { in FindAvailableLoadedValue() argument
373 ScanFrom, MaxInstsToScan, AA, IsLoad, NumScanedInst); in FindAvailableLoadedValue()
381 unsigned *NumScanedInst) { in FindAvailablePtrLoadStore() argument
398 if (NumScanedInst) in FindAvailablePtrLoadStore()
399 ++(*NumScanedInst); in FindAvailablePtrLoadStore()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DLoads.h125 unsigned *NumScanedInst = nullptr);
154 bool *IsLoad, unsigned *NumScanedInst);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DJumpThreading.cpp1328 unsigned NumScanedInst = 0; in SimplifyPartiallyRedundantLoad() local
1339 DefMaxInstsToScan, AA, &IsLoadCSE, &NumScanedInst); in SimplifyPartiallyRedundantLoad()
1345 NumScanedInst < DefMaxInstsToScan) { in SimplifyPartiallyRedundantLoad()
1351 (DefMaxInstsToScan - NumScanedInst), AA, &IsLoadCSE, in SimplifyPartiallyRedundantLoad()
1352 &NumScanedInst); in SimplifyPartiallyRedundantLoad()