Searched refs:ExitForPath (Results 1 – 2 of 2) sorted by relevance
2204 (!Info.ExitForPath || Info.ExitForPath == Succ); in hasPartialIVCondition()2207 assert((!Info.ExitForPath || Info.ExitForPath == Succ) && in hasPartialIVCondition()2209 Info.ExitForPath = Succ; in hasPartialIVCondition()2213 if (!Info.ExitForPath) in hasPartialIVCondition()
590 BasicBlock *ExitForPath = nullptr; member