Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoads.h145 bool *IsLoadCSE = nullptr, unsigned *NumScanedInst = nullptr);
181 BatchAAResults *AA, bool *IsLoadCSE, unsigned *NumScanedInst);
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLoads.cpp541 unsigned *NumScanedInst) { in FindAvailableLoadedValue() argument
549 NumScanedInst); in FindAvailableLoadedValue()
669 BatchAAResults *AA, bool *IsLoadCSE, unsigned *NumScanedInst) { in findAvailablePtrLoadStore() argument
686 if (NumScanedInst) in findAvailablePtrLoadStore()
687 ++(*NumScanedInst); in findAvailablePtrLoadStore()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp1301 unsigned NumScanedInst = 0; in simplifyPartiallyRedundantLoad() local
1316 &BatchAA, &IsLoadCSE, &NumScanedInst); in simplifyPartiallyRedundantLoad()
1322 NumScanedInst < DefMaxInstsToScan) { in simplifyPartiallyRedundantLoad()
1328 (DefMaxInstsToScan - NumScanedInst), &BatchAA, &IsLoadCSE, in simplifyPartiallyRedundantLoad()
1329 &NumScanedInst); in simplifyPartiallyRedundantLoad()