Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DLoads.cpp326 unsigned *NumScanedInst) { in FindAvailableLoadedValue() argument
333 ScanFrom, MaxInstsToScan, AA, IsLoad, NumScanedInst); in FindAvailableLoadedValue()
341 unsigned *NumScanedInst) { in FindAvailablePtrLoadStore() argument
362 if (NumScanedInst) in FindAvailablePtrLoadStore()
363 ++(*NumScanedInst); in FindAvailablePtrLoadStore()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DLoads.h98 unsigned *NumScanedInst = nullptr);
127 bool *IsLoad, unsigned *NumScanedInst);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DJumpThreading.cpp1341 unsigned NumScanedInst = 0; in SimplifyPartiallyRedundantLoad() local
1352 DefMaxInstsToScan, AA, &IsLoadCSE, &NumScanedInst); in SimplifyPartiallyRedundantLoad()
1358 NumScanedInst < DefMaxInstsToScan) { in SimplifyPartiallyRedundantLoad()
1364 (DefMaxInstsToScan - NumScanedInst), AA, &IsLoadCSE, in SimplifyPartiallyRedundantLoad()
1365 &NumScanedInst); in SimplifyPartiallyRedundantLoad()