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

/openbsd-current/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopFlatten.cpp315 const SCEV *BackedgeTakenCount = SE->getBackedgeTakenCount(L); local
H A DIndVarSimplify.cpp2030 const SCEV *BackedgeTakenCount; local
H A DLoopRerollPass.cpp1437 void LoopReroll::DAGRootTracker::replace(const SCEV *BackedgeTakenCount) { argument
1628 reroll(Instruction *IV, Loop *L, BasicBlock *Header, const SCEV *BackedgeTakenCount, ReductionTracker &Reductions) argument
1666 const SCEV *BackedgeTakenCount = SE->getBackedgeTakenCount(L); local
[all...]
/openbsd-current/gnu/llvm/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp2021 const SCEV *BackedgeTakenCount = SE.getBackedgeTakenCount(L); local
/openbsd-current/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp967 const SCEV *BackedgeTakenCount = PSE.getBackedgeTakenCount(); local
[all...]
/openbsd-current/gnu/llvm/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp1739 isSafeDependenceDistance(const DataLayout &DL, ScalarEvolution &SE, const SCEV &BackedgeTakenCount, const SCEV &Dist, uint64_t Stride, uint64_t TypeByteSize) argument

Completed in 238 milliseconds