Searched defs:EndInst (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp1981 Instruction *EndInst = BB->getTerminator(); // Last not to be deleted. local
1982 while (EndInst != BB->begin()) {
1984 BasicBlock::iterator I = EndInst;
1989 EndInst = Inst;

Completed in 135 milliseconds