Searched refs:LatchExit (Results 1 – 1 of 1) sorted by relevance
448 BasicBlock *LatchExit; member458 LatchExit(nullptr), LatchBrExitIdx(-1), IndVarNext(nullptr), in LoopStructure()467 Result.LatchExit = cast<BasicBlock>(Map(LatchExit)); in map()826 BasicBlock *LatchExit = LatchBr->getSuccessor(LatchBrExitIdx); in parseLoopStructure() local832 assert(!L.contains(LatchExit) && "expected an exit block!"); in parseLoopStructure()845 Result.LatchExit = LatchExit; in parseLoopStructure()1090 B.CreateCondBr(IterationsLeft, RRI.PseudoExit, LS.LatchExit); in changeIterationSpaceEnd()1120 for (Instruction &I : *LS.LatchExit) { in changeIterationSpaceEnd()