Home | History | Annotate | Download | only in Scalar

Lines Matching refs:OInst

558     if (Instruction *OInst = dyn_cast<Instruction>(*OI))
559 if (Loop *OLoop = LI->getLoopFor(OInst->getParent()))
562 PHINode::Create(OInst->getType(), PN.getNumIncomingValues(),
563 OInst->getName() + ".lcssa", ExitBlock.begin());
565 OpPN->addIncoming(OInst, PN.getIncomingBlock(i));