Searched refs:EndI (Results 1 – 6 of 6) sorted by relevance
56 intptr_t BeginI = (intptr_t)Begin, EndI = (intptr_t)End; in __llvm_profile_get_data_size() local57 return ((EndI + sizeof(__llvm_profile_data) - 1) - BeginI) / in __llvm_profile_get_data_size()
677 removeTriviallyEmptyRange(IntrinsicInst &EndI, InstCombinerImpl &IC, in removeTriviallyEmptyRange() argument682 BasicBlock::reverse_iterator BI(EndI), BE(EndI.getParent()->rend()); in removeTriviallyEmptyRange()686 I->getIntrinsicID() == EndI.getIntrinsicID()) in removeTriviallyEmptyRange()689 if (haveSameOperands(EndI, *I, EndI.getNumArgOperands())) { in removeTriviallyEmptyRange()691 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 …]
6080 EndI = GlobalSLocOffsetMap.end(); SLocMapI != EndI; ++SLocMapI) { in findNextPreprocessedEntity() local