Searched refs:BeforeInst (Results 1 – 2 of 2) sorted by relevance
1634 const Instruction *BeforeInst = Inst; in SelectAllBasicBlocks() local1635 while (BeforeInst != &*Begin) { in SelectAllBasicBlocks()1636 BeforeInst = &*std::prev(BasicBlock::const_iterator(BeforeInst)); in SelectAllBasicBlocks()1637 if (!isFoldedOrDeadInstruction(BeforeInst, *FuncInfo)) in SelectAllBasicBlocks()1640 if (BeforeInst != Inst && isa<LoadInst>(BeforeInst) && in SelectAllBasicBlocks()1641 BeforeInst->hasOneUse() && in SelectAllBasicBlocks()1642 FastIS->tryToFoldLoad(cast<LoadInst>(BeforeInst), Inst)) { in SelectAllBasicBlocks()1645 << "FastISel folded load: " << *BeforeInst << "\n"); in SelectAllBasicBlocks()1646 FastIS->handleDbgInfo(BeforeInst); in SelectAllBasicBlocks()1647 BI = std::next(BasicBlock::const_iterator(BeforeInst)); in SelectAllBasicBlocks()
4926 Instruction *BeforeInst) { in insertNewDbgInst() argument4928 Orig->getDebugLoc(), BeforeInst); in insertNewDbgInst()4932 Instruction *BeforeInst) { in insertNewDbgInst() argument4933 (void)BeforeInst; in insertNewDbgInst()4946 Instruction *BeforeInst) { in insertNewDbgInst() argument4951 BeforeInst->getParent()->insertDPValueBefore(DPV, in insertNewDbgInst()4952 BeforeInst->getIterator()); in insertNewDbgInst()