Searched refs:NumScanedInst (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | Loads.cpp | 326 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/ |
D | Loads.h | 98 unsigned *NumScanedInst = nullptr); 127 bool *IsLoad, unsigned *NumScanedInst);
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | JumpThreading.cpp | 1341 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()
|