Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp1992 (!Info.ExitForPath || Info.ExitForPath == Succ); in hasPartialIVCondition()
1995 assert((!Info.ExitForPath || Info.ExitForPath == Succ) && in hasPartialIVCondition()
1997 Info.ExitForPath = Succ; in hasPartialIVCondition()
2001 if (!Info.ExitForPath) in hasPartialIVCondition()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DLoopUtils.h544 BasicBlock *ExitForPath = nullptr; member