Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopBoundSplit.cpp81 ConditionInfo &Cond, bool IsExitCond) { in calculateUpperBound() argument
82 if (IsExitCond) { in calculateUpperBound()
127 bool IsExitCond) { in hasProcessableCondition() argument
153 if (!calculateUpperBound(L, SE, Cond, IsExitCond)) in hasProcessableCondition()