Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp1844 (!Info.ExitForPath || Info.ExitForPath == Succ); in hasPartialIVCondition()
1847 assert((!Info.ExitForPath || Info.ExitForPath == Succ) && in hasPartialIVCondition()
1849 Info.ExitForPath = Succ; in hasPartialIVCondition()
1853 if (!Info.ExitForPath) in hasPartialIVCondition()
/openbsd/gnu/llvm/llvm/include/llvm/Transforms/Utils/
H A DLoopUtils.h529 BasicBlock *ExitForPath = nullptr; member