Searched defs:BackedgeTakenCount (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DMVETailPredication.cpp372 auto *BackedgeTakenCount = ActiveLaneMask->getOperand(1); local
H A DARMTargetTransformInfo.cpp1220 const SCEV *BackedgeTakenCount = SE.getBackedgeTakenCount(L); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopRerollPass.cpp1427 void LoopReroll::DAGRootTracker::replace(const SCEV *BackedgeTakenCount) { argument
1622 reroll(Instruction *IV, Loop *L, BasicBlock *Header, const SCEV *BackedgeTakenCount, ReductionTracker &Reductions) argument
1671 const SCEV *BackedgeTakenCount = SE->getBackedgeTakenCount(L); local
[all...]
H A DIndVarSimplify.cpp2673 const SCEV *BackedgeTakenCount; local
H A DLoopStrengthReduce.cpp2064 const SCEV *BackedgeTakenCount = SE.getBackedgeTakenCount(L); local
2249 const SCEV *BackedgeTakenCount = SE.getBackedgeTakenCount(L); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp782 uint64_t BackedgeTakenCount = local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp1382 isSafeDependenceDistance(const DataLayout &DL, ScalarEvolution &SE, const SCEV &BackedgeTakenCount, const SCEV &Dist, uint64_t Stride, uint64_t TypeByteSize) argument

Completed in 198 milliseconds