Searched defs:BackedgeTakenCount (Results 1 - 5 of 5) sorted by path

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp1351 isSafeDependenceDistance(const DataLayout &DL, ScalarEvolution &SE, const SCEV &BackedgeTakenCount, const SCEV &Dist, uint64_t Stride, uint64_t TypeByteSize) argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp922 const SCEV *BackedgeTakenCount = SE.getBackedgeTakenCount(L); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp3030 const SCEV *BackedgeTakenCount = SE->getBackedgeTakenCount(L); local
H A DLoopRerollPass.cpp1421 void LoopReroll::DAGRootTracker::replace(const SCEV *BackedgeTakenCount) { argument
1616 reroll(Instruction *IV, Loop *L, BasicBlock *Header, const SCEV *BackedgeTakenCount, ReductionTracker &Reductions) argument
1665 const SCEV *BackedgeTakenCount = SE->getBackedgeTakenCount(L); local
[all...]
H A DLoopStrengthReduce.cpp2072 const SCEV *BackedgeTakenCount = SE.getBackedgeTakenCount(L); local
2257 const SCEV *BackedgeTakenCount = SE.getBackedgeTakenCount(L); local

Completed in 189 milliseconds