Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp1860 (!Info.ExitForPath || Info.ExitForPath == Succ); in hasPartialIVCondition()
1863 assert((!Info.ExitForPath || Info.ExitForPath == Succ) && in hasPartialIVCondition()
1865 Info.ExitForPath = Succ; in hasPartialIVCondition()
1869 if (!Info.ExitForPath) in hasPartialIVCondition()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DLoopUtils.h508 BasicBlock *ExitForPath = nullptr; member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopUnswitch.cpp879 BasicBlock *FalseDest = Info->ExitForPath; in processCurrentLoop()