Home
last modified time | relevance | path

Searched refs:NextI (Results 1 – 25 of 25) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Object/
H A DSymbolSize.cpp94 unsigned NextI = I + 1; in computeSymbolSizes() local
95 while (NextI < N && Addresses[NextI].Address == P.Address) in computeSymbolSizes()
96 ++NextI; in computeSymbolSizes()
98 uint64_t Size = Addresses[NextI].Address - P.Address; in computeSymbolSizes()
/llvm-project-15.0.7/llvm/lib/Target/BPF/
H A DBPFMISimplifyPatchable.cpp180 decltype(End) NextI; in processCandidate() local
181 for (auto I = Begin; I != End; I = NextI) { in processCandidate()
182 NextI = std::next(I); in processCandidate()
207 decltype(End) NextI; in processDstReg() local
208 for (auto I = Begin; I != End; I = NextI) { in processDstReg()
209 NextI = std::next(I); in processDstReg()
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp1516 PathPieces::iterator NextI = I; ++NextI; in simplifySimpleBranches() local
1517 if (NextI == E) in simplifySimpleBranches()
1523 if (NextI == E) in simplifySimpleBranches()
1531 ++NextI; in simplifySimpleBranches()
1635 PathPieces::iterator NextI = I; ++NextI; in removeContextCycles() local
1636 if (NextI == E) in removeContextCycles()
1644 ++NextI; in removeContextCycles()
1747 PathPieces::iterator NextI = I; ++NextI; in removeIdenticalEvents() local
1748 if (NextI == E) in removeIdenticalEvents()
1798 PathPieces::iterator NextI = I; ++NextI; in optimizeEdges() local
[all …]
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonGenExtract.cpp234 BasicBlock::iterator I = std::prev(B->end()), NextI, Begin = B->begin(); in visitBlock() local
240 NextI = std::prev(I); in visitBlock()
248 I = NextI; in visitBlock()
H A DHexagonEarlyIfConv.cpp765 MachineBasicBlock::iterator I, NextI; in predicateBlockNB() local
767 for (I = FromB->begin(); I != End; I = NextI) { in predicateBlockNB()
769 NextI = std::next(I); in predicateBlockNB()
986 MachineBasicBlock::iterator I, NextI, NonPHI = B->getFirstNonPHI(); in eliminatePhis() local
987 for (I = B->begin(); I != NonPHI; I = NextI) { in eliminatePhis()
988 NextI = std::next(I); in eliminatePhis()
H A DHexagonExpandCondsets.cpp341 auto NextI = std::next(I); in updateKillFlags() local
342 if (NextI != E && NextI->start.isRegister()) { in updateKillFlags()
343 MachineInstr *DefI = LIS->getInstructionFromIndex(NextI->start); in updateKillFlags()
H A DHexagonBitSimplify.cpp388 decltype(End) NextI; in replaceReg() local
389 for (auto I = Begin; I != End; I = NextI) { in replaceReg()
390 NextI = std::next(I); in replaceReg()
404 decltype(End) NextI; in replaceRegWithSub() local
405 for (auto I = Begin; I != End; I = NextI) { in replaceRegWithSub()
406 NextI = std::next(I); in replaceRegWithSub()
421 decltype(End) NextI; in replaceSubWithSub() local
422 for (auto I = Begin; I != End; I = NextI) { in replaceSubWithSub()
423 NextI = std::next(I); in replaceSubWithSub()
H A DHexagonFrameLowering.cpp2090 MachineBasicBlock::iterator NextI; in expandSpillMacros() local
2091 for (auto I = B.begin(), E = B.end(); I != E; I = NextI) { in expandSpillMacros()
2093 NextI = std::next(I); in expandSpillMacros()
H A DHexagonConstPropagation.cpp848 MachineFunction::const_iterator NextI = std::next(BI); in computeBlockSuccessors() local
849 if (NextI != MB->getParent()->end()) in computeBlockSuccessors()
850 Targets.insert(&*NextI); in computeBlockSuccessors()
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64LoadStoreOptimizer.cpp732 if (NextI == MergeMI) in mergeNarrowZeroStores()
733 NextI = next_nodbg(NextI, E); in mergeNarrowZeroStores()
787 return NextI; in mergeNarrowZeroStores()
837 if (NextI == Paired) in mergePairedInsns()
838 NextI = next_nodbg(NextI, E); in mergePairedInsns()
1063 return NextI; in mergePairedInsns()
1099 return NextI; in promoteLoadFromStore()
1113 return NextI; in promoteLoadFromStore()
1183 return NextI; in promoteLoadFromStore()
1792 NextI = next_nodbg(NextI, E); in mergeUpdateInsn()
[all …]
H A DAArch64FrameLowering.cpp3649 MachineBasicBlock::iterator NextI = ++II; in tryMergeAdjacentSTG() local
3661 NextI != E && Count < kScanLimit; ++NextI) { in tryMergeAdjacentSTG()
3662 MachineInstr &MI = *NextI; in tryMergeAdjacentSTG()
3705 return NextI; in tryMergeAdjacentSTG()
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DMemCpyOptimizer.cpp242 range_iterator NextI = I; in addRange() local
243 while (++NextI != Ranges.end() && End >= NextI->Start) { in addRange()
245 I->TheStores.append(NextI->TheStores.begin(), NextI->TheStores.end()); in addRange()
246 if (NextI->End > I->End) in addRange()
247 I->End = NextI->End; in addRange()
248 Ranges.erase(NextI); in addRange()
249 NextI = I; in addRange()
/llvm-project-15.0.7/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRegStackify.cpp350 auto NextI = std::next(MachineBasicBlock::const_iterator(DefI)); in isSafeToMove() local
351 for (auto E = MBB->end(); NextI != E && NextI->isDebugInstr(); ++NextI) in isSafeToMove()
353 if (NextI == Insert) in isSafeToMove()
/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A DSparseMultiSet.h473 iterator NextI = unlink(Dense[I.Idx]); in erase() local
478 return NextI; in erase()
/llvm-project-15.0.7/openmp/libomptarget/src/
H A Domptarget.cpp454 const int NextI = I + 1; in targetDataBegin() local
455 if (getParentIndex(ArgTypes[I]) < 0 && NextI < ArgNum && in targetDataBegin()
456 getParentIndex(ArgTypes[NextI]) == I) { in targetDataBegin()
718 const int NextI = I + 1; in targetDataEnd() local
719 if (getParentIndex(ArgTypes[I]) < 0 && NextI < ArgNum && in targetDataEnd()
720 getParentIndex(ArgTypes[NextI]) == I) { in targetDataEnd()
/llvm-project-15.0.7/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-param-util.h840 constexpr size_t NextI = ThisI - (ThisI != 0); in AdvanceIfEnd() local
842 ++std::get<NextI>(current_); in AdvanceIfEnd()
843 AdvanceIfEnd<NextI>(); in AdvanceIfEnd()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMIRPrinter.cpp647 MachineFunction::const_iterator NextI = std::next(MBB.getIterator()); in canPredictSuccessors() local
648 if (NextI != MF.end()) { in canPredictSuccessors()
649 MachineBasicBlock *Next = const_cast<MachineBasicBlock*>(&*NextI); in canPredictSuccessors()
H A DRDFGraph.cpp996 for (auto I = DefM.begin(), E = DefM.end(), NextI = I; I != E; I = NextI) { in releaseBlock() local
997 NextI = std::next(I); in releaseBlock()
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCCodeEmitter.cpp473 const MCInst &NextI = *(I+1)->getInst(); in getFixupNoBits() local
474 const MCInstrDesc &NextD = HexagonMCInstrInfo::getDesc(MCII, NextI); in getFixupNoBits()
476 HexagonMCInstrInfo::getType(MCII, NextI) == HexagonII::TypeCR) in getFixupNoBits()
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DSIWholeQuadMode.cpp1122 auto NextI = std::next(EndMI->getIterator()); in prepareInsertion() local
1123 if (NextI == MBB.end()) in prepareInsertion()
1125 SlotIndex Next = LIS->getInstructionIndex(*NextI); in prepareInsertion()
/llvm-project-15.0.7/llvm/lib/Target/SPIRV/
H A DSPIRVInstructionSelector.cpp1271 const MachineInstr *NextI = I.getNextNode(); in selectBranchCond() local
1273 if (NextI != nullptr && NextI->getOpcode() == SPIRV::OpBranchConditional) in selectBranchCond()
/llvm-project-15.0.7/llvm/lib/CodeGen/LiveDebugValues/
H A DVarLocBasedImpl.cpp1604 auto NextI = std::next(MI.getIterator()); in isLocationSpill() local
1606 if (MI.getParent()->end() == NextI) in isLocationSpill()
1609 for (const MachineOperand &MONext : NextI->operands()) { in isLocationSpill()
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DMemoryDependenceAnalysis.cpp1608 if (Instruction *NextI = NewDirtyVal.getInst()) in removeInstruction() local
1609 ReverseDepsToAdd.push_back(std::make_pair(NextI, I)); in removeInstruction()
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DWholeProgramDevirt.cpp273 goto NextI; in findLowestOffset()
278 NextI:; in findLowestOffset()
/llvm-project-15.0.7/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp605 const auto &NextI = std::next(I); in emitDeclaration() local
607 if (NextI != E) { in emitDeclaration()
608 if (NextI->EmitStr == "" && in emitDeclaration()
609 NextI->Flags == MatchTableRecord::MTRF_LineBreakFollows) in emitDeclaration()