Home
last modified time | relevance | path

Searched defs:BoundSCEV (Results 1 – 3 of 3) sorted by relevance

/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopBoundSplit.cpp45 const SCEV *BoundSCEV = nullptr; member
57 const SCEV *BoundSCEV = SE.getSCEV(Cond.BoundValue); in analyzeICmp() local
[all...]
/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopConstrainer.cpp19 static bool isSafeDecreasingBound(const SCEV *Start, const SCEV *BoundSCEV, in isSafeDecreasingBound() argument
68 static bool isSafeIncreasingBound(const SCEV *Start, const SCEV *BoundSCEV, in isSafeIncreasingBound() argument
[all...]
H A DLoopPeel.cpp359 SE.isKnownPredicate(Pred, IterVal, BoundSCEV)) { in countToEliminateCompares() argument
454 BoundSCEV = SE.getSCEV(LHS); in countToEliminateCompares() local