Searched refs:EndI (Results 1 – 5 of 5) sorted by relevance
656 removeTriviallyEmptyRange(IntrinsicInst &EndI, InstCombinerImpl &IC, in removeTriviallyEmptyRange() argument661 BasicBlock::reverse_iterator BI(EndI), BE(EndI.getParent()->rend()); in removeTriviallyEmptyRange()665 I->getIntrinsicID() == EndI.getIntrinsicID()) in removeTriviallyEmptyRange()668 if (haveSameOperands(EndI, *I, EndI.getNumArgOperands())) { in removeTriviallyEmptyRange()670 IC.eraseInstFromFunction(EndI); in removeTriviallyEmptyRange()
832 MachineBasicBlock::iterator EndI = IsDown ? ToI : TheI; in canMoveMemTo() local836 for (MachineBasicBlock::iterator I = std::next(StartI); I != EndI; ++I) { in canMoveMemTo()
1108 Instruction *EndI = ExitB->getFirstNonPHI(); in promoteTypes() local1109 BasicBlock::iterator End = EndI ? EndI->getIterator() : ExitB->end(); in promoteTypes()
1689 const_iterator EndI = end(); in getTopDSA() local1690 if (FromParent && I != EndI) in getTopDSA()1692 if (I != EndI) { in getTopDSA()1739 const_iterator EndI = end(); in getTopDSA() local1740 if (FromParent && I != EndI) in getTopDSA()1742 if (I == EndI) in getTopDSA()1767 const_iterator EndI = end(); in getImplicitDSA() local1768 if (FromParent && StartI != EndI) in getImplicitDSA()1791 const_iterator EndI = end(); in hasDSA() local1792 if (FromParent && I != EndI) in hasDSA()[all …]
6058 EndI = GlobalSLocOffsetMap.end(); SLocMapI != EndI; ++SLocMapI) { in findNextPreprocessedEntity() local