Home | History | Annotate | Download | only in Analysis

Lines Matching refs:InsertPt

1598   Instruction *InsertPt = Builder.GetInsertPoint();
1604 InsertPt = Preheader->getTerminator();
1609 InsertPt = L->getHeader()->getFirstInsertionPt();
1616 InsertPt = L->getHeader()->getFirstInsertionPt();
1617 while (InsertPt != Builder.GetInsertPoint()
1618 && (isInsertedInstruction(InsertPt)
1619 || isa<DbgInfoIntrinsic>(InsertPt))) {
1620 InsertPt = std::next(BasicBlock::iterator(InsertPt));
1627 I = InsertedExpressions.find(std::make_pair(S, InsertPt));
1632 InsertPt->getParent(), InsertPt);
1643 InsertedExpressions[std::make_pair(S, InsertPt)] = V;