Home | History | Annotate | Download | only in Analysis

Lines Matching refs:getExit

85   BlockT *OldExit = getExit();
95 if ((*RI)->getExit() == OldExit)
108 BlockT *entry = getEntry(), *exit = getExit();
124 return getExit() == nullptr;
183 BlockT *exit = getExit();
222 if (getExit()) {
223 if (getExit()->getName().empty()) {
226 getExit()->printAsOperand(OS, false);
228 exitName = getExit()->getName();
240 BlockT *entry = getEntry(), *exit = getExit();
263 BlockT *exit = getExit();
449 for (PredIterTy PI = InvBlockTraits::child_begin(getExit()),
450 PE = InvBlockTraits::child_end(getExit());
462 for (PredIterTy PI = InvBlockTraits::child_begin(getExit()),
463 PE = InvBlockTraits::child_end(getExit());
469 return new RegionT(getEntry(), R->getExit(), RI, DT);
746 while (BB == region->getExit())
841 Exit = R->getExit();