Lines Matching full:getparent
85 BasicBlock *UseBlock = UseInst->getParent();
195 if (Inst->getParent() == SuccToSinkTo)
207 if (SuccToSinkTo->getUniquePredecessor() != Inst->getParent()) {
215 if (!DT->dominates(Inst->getParent(), SuccToSinkTo))
220 Loop *cur = LI->getLoopFor(Inst->getParent());
260 DomTreeNode *DTN = DT->getNode(Inst->getParent());
264 if ((*I)->getIDom()->getBlock() == Inst->getParent() &&
271 for (succ_iterator I = succ_begin(Inst->getParent()),
272 E = succ_end(Inst->getParent()); I != E && !SuccToSinkTo; ++I) {
282 Inst->getParent()->printAsOperand(dbgs(), false);