Searched refs:ExitForPath (Results 1 – 2 of 2) sorted by relevance
2139 (!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()
560 BasicBlock *ExitForPath = nullptr; member