Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopBoundSplit.cpp179 static bool canSplitLoopBound(const Loop &L, const DominatorTree &DT, in canSplitLoopBound() function
294 if (!canSplitLoopBound(L, DT, SE, ExitingCond)) in splitLoopBound()