Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoads.h135 unsigned *NumScanedInst = nullptr);
171 bool *IsLoadCSE, unsigned *NumScanedInst);
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DLoads.cpp436 unsigned *NumScanedInst) { in FindAvailableLoadedValue() argument
444 NumScanedInst); in FindAvailableLoadedValue()
524 AAResults *AA, bool *IsLoadCSE, unsigned *NumScanedInst) { in findAvailablePtrLoadStore() argument
541 if (NumScanedInst) in findAvailablePtrLoadStore()
542 ++(*NumScanedInst); in findAvailablePtrLoadStore()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp1385 unsigned NumScanedInst = 0; in simplifyPartiallyRedundantLoad() local
1400 AA, &IsLoadCSE, &NumScanedInst); in simplifyPartiallyRedundantLoad()
1406 NumScanedInst < DefMaxInstsToScan) { in simplifyPartiallyRedundantLoad()
1412 (DefMaxInstsToScan - NumScanedInst), AA, &IsLoadCSE, in simplifyPartiallyRedundantLoad()
1413 &NumScanedInst); in simplifyPartiallyRedundantLoad()