Searched refs:ExitForPath (Results 1 – 2 of 2) sorted by relevance
1844 (!Info.ExitForPath || Info.ExitForPath == Succ); in hasPartialIVCondition()1847 assert((!Info.ExitForPath || Info.ExitForPath == Succ) && in hasPartialIVCondition()1849 Info.ExitForPath = Succ; in hasPartialIVCondition()1853 if (!Info.ExitForPath) in hasPartialIVCondition()
529 BasicBlock *ExitForPath = nullptr; member