Lines Matching refs:InsertPt
1498 Instruction *InsertPt = Builder.GetInsertPoint(); in expand() local
1504 InsertPt = Preheader->getTerminator(); in expand()
1509 InsertPt = L->getHeader()->getFirstInsertionPt(); in expand()
1516 InsertPt = L->getHeader()->getFirstInsertionPt(); in expand()
1517 while (InsertPt != Builder.GetInsertPoint() in expand()
1518 && (isInsertedInstruction(InsertPt) in expand()
1519 || isa<DbgInfoIntrinsic>(InsertPt))) { in expand()
1520 InsertPt = llvm::next(BasicBlock::iterator(InsertPt)); in expand()
1528 InsertedExpressions.find(std::make_pair(S, InsertPt)); in expand()
1534 Builder.SetInsertPoint(InsertPt->getParent(), InsertPt); in expand()
1545 InsertedExpressions[std::make_pair(S, InsertPt)] = V; in expand()