Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopBoundSplit.cpp74 ConditionInfo &Cond, bool IsExitCond) { in calculateUpperBound() argument
75 if (IsExitCond) { in calculateUpperBound()
120 bool IsExitCond) { in hasProcessableCondition() argument
147 if (!calculateUpperBound(L, SE, Cond, IsExitCond)) in hasProcessableCondition()