Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DLoads.h98 unsigned *NumScanedInst = nullptr);
127 bool *IsLoad, unsigned *NumScanedInst);
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A 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()
/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp1348 unsigned NumScanedInst = 0; in SimplifyPartiallyRedundantLoad() local
1359 DefMaxInstsToScan, AA, &IsLoadCSE, &NumScanedInst); in SimplifyPartiallyRedundantLoad()
1365 NumScanedInst < DefMaxInstsToScan) { in SimplifyPartiallyRedundantLoad()
1371 (DefMaxInstsToScan - NumScanedInst), AA, &IsLoadCSE, in SimplifyPartiallyRedundantLoad()
1372 &NumScanedInst); in SimplifyPartiallyRedundantLoad()