Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp1847 (!Info.ExitForPath || Info.ExitForPath == Succ); in hasPartialIVCondition()
1850 assert((!Info.ExitForPath || Info.ExitForPath == Succ) && in hasPartialIVCondition()
1852 Info.ExitForPath = Succ; in hasPartialIVCondition()
1856 if (!Info.ExitForPath) in hasPartialIVCondition()
/llvm-project-15.0.7/llvm/include/llvm/Transforms/Utils/
H A DLoopUtils.h532 BasicBlock *ExitForPath = nullptr; member