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.cpp2139 (!Info.ExitForPath || Info.ExitForPath == Succ); in hasPartialIVCondition()
2142 assert((!Info.ExitForPath || Info.ExitForPath == Succ) && in hasPartialIVCondition()
2144 Info.ExitForPath = Succ; in hasPartialIVCondition()
2148 if (!Info.ExitForPath) in hasPartialIVCondition()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DLoopUtils.h560 BasicBlock *ExitForPath = nullptr; member