Searched refs:NextI (Results 1 – 9 of 9) sorted by relevance
| /NextBSD/contrib/llvm/lib/Object/ |
| HD | SymbolSize.cpp | 84 unsigned NextI = I + 1; in computeSymbolSizes() local 85 while (NextI < N && Addresses[NextI].Address == P.Address) in computeSymbolSizes() 86 ++NextI; in computeSymbolSizes() 88 uint64_t Size = Addresses[NextI].Address - P.Address; in computeSymbolSizes()
|
| /NextBSD/contrib/llvm/lib/Target/AArch64/ |
| HD | AArch64LoadStoreOptimizer.cpp | 332 MachineBasicBlock::iterator NextI = I; in mergePairedInsns() local 333 ++NextI; in mergePairedInsns() 338 if (NextI == Paired) in mergePairedInsns() 339 ++NextI; in mergePairedInsns() 439 return NextI; in mergePairedInsns() 674 MachineBasicBlock::iterator NextI = I; in mergePreIdxUpdateInsn() local 678 if (++NextI == Update) in mergePreIdxUpdateInsn() 679 ++NextI; in mergePreIdxUpdateInsn() 709 return NextI; in mergePreIdxUpdateInsn() 717 MachineBasicBlock::iterator NextI = I; in mergePostIdxUpdateInsn() local [all …]
|
| /NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ |
| HD | BugReporter.cpp | 2058 PathPieces::iterator NextI = I; ++NextI; in simplifySimpleBranches() local 2059 if (NextI == E) in simplifySimpleBranches() 2065 if (NextI == E) in simplifySimpleBranches() 2068 PathDiagnosticEventPiece *EV = dyn_cast<PathDiagnosticEventPiece>(*NextI); in simplifySimpleBranches() 2073 ++NextI; in simplifySimpleBranches() 2079 PieceNextI = dyn_cast<PathDiagnosticControlFlowPiece>(*NextI); in simplifySimpleBranches() 2181 PathPieces::iterator NextI = I; ++NextI; in removeContextCycles() local 2182 if (NextI == E) in removeContextCycles() 2186 dyn_cast<PathDiagnosticControlFlowPiece>(*NextI); in removeContextCycles() 2189 if (isa<PathDiagnosticEventPiece>(*NextI)) { in removeContextCycles() [all …]
|
| /NextBSD/contrib/llvm/lib/Target/Hexagon/ |
| HD | HexagonGenExtract.cpp | 224 BasicBlock::iterator I = std::prev(B->end()), NextI, Begin = B->begin(); in visitBlock() local 230 NextI = std::prev(I); in visitBlock() 238 I = NextI; in visitBlock()
|
| HD | HexagonExpandCondsets.cpp | 740 MachineBasicBlock::iterator I, E, NextI; in splitInBlock() local 741 for (I = B.begin(), E = B.end(); I != E; I = NextI) { in splitInBlock() 742 NextI = std::next(I); in splitInBlock() 1093 MachineBasicBlock::iterator I, E, NextI; in predicateInBlock() local 1094 for (I = B.begin(), E = B.end(); I != E; I = NextI) { in predicateInBlock() 1095 NextI = std::next(I); in predicateInBlock()
|
| /NextBSD/contrib/llvm/lib/Transforms/Scalar/ |
| HD | MemCpyOptimizer.cpp | 297 range_iterator NextI = I; in addRange() local 298 while (++NextI != E && End >= NextI->Start) { in addRange() 300 I->TheStores.append(NextI->TheStores.begin(), NextI->TheStores.end()); in addRange() 301 if (NextI->End > I->End) in addRange() 302 I->End = NextI->End; in addRange() 303 Ranges.erase(NextI); in addRange() 304 NextI = I; in addRange()
|
| /NextBSD/contrib/llvm/include/llvm/ADT/ |
| HD | SparseMultiSet.h | 468 iterator NextI = unlink(Dense[I.Idx]); in erase() local 473 return NextI; in erase()
|
| /NextBSD/contrib/llvm/lib/Analysis/ |
| HD | MemoryDependenceAnalysis.cpp | 1558 if (Instruction *NextI = NewDirtyVal.getInst()) in removeInstruction() local 1559 ReverseDepsToAdd.push_back(std::make_pair(NextI, I)); in removeInstruction()
|
| /NextBSD/contrib/llvm/lib/CodeGen/ |
| HD | WinEHPrepare.cpp | 1682 const Instruction *NextI = LPad->getNextNode(); in handleLandingPad() local 1683 if (match(NextI, m_Intrinsic<Intrinsic::eh_actions>())) in handleLandingPad()
|