Home | History | Annotate | Download | only in Analysis

Lines Matching refs:getExit

88   BasicBlock *entry = getEntry(), *exit = getExit();
103 return getExit() == 0;
156 BasicBlock *exit = getExit();
193 if (getExit()) {
194 if (getExit()->getName().empty()) {
197 WriteAsOperand(OS, getExit(), false);
200 exitName = getExit()->getNameStr();
211 BasicBlock *entry = getEntry(), *exit = getExit();
224 BasicBlock *exit = getExit();
389 for (pred_iterator PI = pred_begin(getExit()), PE = pred_end(getExit());
406 if (!DT->dominates(getEntry(), R->getExit()))
407 for (pred_iterator PI = pred_begin(getExit()), PE = pred_end(getExit());
409 if (!DT->dominates(R->getExit(), *PI))
412 return new Region(getEntry(), R->getExit(), RI, DT);
647 while (BB == region->getExit())
756 Exit = R->getExit();