Lines Matching refs:InsertPt
1606 Instruction *InsertPt = &*Builder.GetInsertPoint(); in expand() local
1612 InsertPt = Preheader->getTerminator(); in expand()
1617 InsertPt = &*L->getHeader()->getFirstInsertionPt(); in expand()
1624 InsertPt = &*L->getHeader()->getFirstInsertionPt(); in expand()
1625 while (InsertPt != Builder.GetInsertPoint() in expand()
1626 && (isInsertedInstruction(InsertPt) in expand()
1627 || isa<DbgInfoIntrinsic>(InsertPt))) { in expand()
1628 InsertPt = &*std::next(InsertPt->getIterator()); in expand()
1634 auto I = InsertedExpressions.find(std::make_pair(S, InsertPt)); in expand()
1639 Builder.SetInsertPoint(InsertPt); in expand()
1650 InsertedExpressions[std::make_pair(S, InsertPt)] = V; in expand()