Searched refs:EndI (Results 1 – 9 of 9) sorted by relevance
29 intptr_t BeginI = (intptr_t)Begin, EndI = (intptr_t)End; in __llvm_profile_get_data_size() local30 return ((EndI + sizeof(__llvm_profile_data) - 1) - BeginI) / in __llvm_profile_get_data_size()
720 auto EndI = std::prev(Stack.rend()); in getTopDSA() local721 if (FromParent && StartI != EndI) { in getTopDSA()739 auto EndI = std::prev(Stack.rend()); in getImplicitDSA() local740 if (FromParent && StartI != EndI) { in getImplicitDSA()753 auto EndI = Stack.rend(); in hasDSA() local754 if (FromParent && StartI != EndI) { in hasDSA()757 for (auto I = StartI, EE = EndI; I != EE; ++I) { in hasDSA()773 auto EndI = Stack.rend(); in hasInnermostDSA() local774 if (FromParent && StartI != EndI) { in hasInnermostDSA()777 for (auto I = StartI, EE = EndI; I != EE; ++I) { in hasInnermostDSA()[all …]
766 removeTriviallyEmptyRange(IntrinsicInst &EndI, InstCombinerImpl &IC, in removeTriviallyEmptyRange() argument771 BasicBlock::reverse_iterator BI(EndI), BE(EndI.getParent()->rend()); in removeTriviallyEmptyRange()775 I->getIntrinsicID() == EndI.getIntrinsicID()) in removeTriviallyEmptyRange()778 if (haveSameOperands(EndI, *I, EndI.arg_size())) { in removeTriviallyEmptyRange()780 IC.eraseInstFromFunction(EndI); in removeTriviallyEmptyRange()
830 MachineBasicBlock::iterator EndI = IsDown ? ToI : TheI; in canMoveMemTo() local834 for (MachineBasicBlock::iterator I = std::next(StartI); I != EndI; ++I) { in canMoveMemTo()
853 MachineBasicBlock::iterator EndI = IsDown ? ToI : TheI; in canMoveMemTo() local857 for (MachineInstr &MI : llvm::make_range(std::next(StartI), EndI)) { in canMoveMemTo()
1106 Instruction *EndI = ExitB->getFirstNonPHI(); in promoteTypes() local1107 BasicBlock::iterator End = EndI ? EndI->getIterator() : ExitB->end(); in promoteTypes()
831 MachineBasicBlock::iterator EndI = IsDown ? ToI : TheI; in canMoveMemTo() local835 for (MachineBasicBlock::iterator I = std::next(StartI); I != EndI; ++I) { in canMoveMemTo()
1090 Instruction *EndI = ExitB->getFirstNonPHI(); in promoteTypes() local1091 BasicBlock::iterator End = EndI ? EndI->getIterator() : ExitB->end(); in promoteTypes()
4971 EndI = GlobalSLocOffsetMap.end(); SLocMapI != EndI; ++SLocMapI) { in findNextPreprocessedEntity() local