Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp1775 (!Info.ExitForPath || Info.ExitForPath == Succ); in hasPartialIVCondition()
1778 assert((!Info.ExitForPath || Info.ExitForPath == Succ) && in hasPartialIVCondition()
1780 Info.ExitForPath = Succ; in hasPartialIVCondition()
1784 if (!Info.ExitForPath) in hasPartialIVCondition()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DLoopUtils.h491 BasicBlock *ExitForPath = nullptr; member
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopUnswitch.cpp879 BasicBlock *FalseDest = Info->ExitForPath; in processCurrentLoop()