Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp2204 (!Info.ExitForPath || Info.ExitForPath == Succ); in hasPartialIVCondition()
2207 assert((!Info.ExitForPath || Info.ExitForPath == Succ) && in hasPartialIVCondition()
2209 Info.ExitForPath = Succ; in hasPartialIVCondition()
2213 if (!Info.ExitForPath) in hasPartialIVCondition()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DLoopUtils.h590 BasicBlock *ExitForPath = nullptr; member