Searched refs:NextI (Results 1 - 5 of 5) sorted by relevance

/external/llvm/lib/Target/AArch64/
H A DAArch64LoadStoreOptimizer.cpp273 MachineBasicBlock::iterator NextI = I; local
274 ++NextI;
275 // If NextI is the second of the two instructions to be merged, we need
279 if (NextI == Paired)
280 ++NextI;
334 return NextI;
525 MachineBasicBlock::iterator NextI = I; local
529 if (++NextI == Update)
530 ++NextI;
560 return NextI;
568 MachineBasicBlock::iterator NextI = I; local
[all...]
/external/llvm/lib/Transforms/Scalar/
H A DMemCpyOptimizer.cpp296 range_iterator NextI = I; local
297 while (++NextI != E && End >= NextI->Start) {
299 I->TheStores.append(NextI->TheStores.begin(), NextI->TheStores.end());
300 if (NextI->End > I->End)
301 I->End = NextI->End;
302 Ranges.erase(NextI);
303 NextI = I;
/external/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp2073 PathPieces::iterator NextI = I; ++NextI; local
2074 if (NextI == E)
2080 if (NextI == E)
2083 PathDiagnosticEventPiece *EV = dyn_cast<PathDiagnosticEventPiece>(*NextI);
2088 ++NextI;
2094 PieceNextI = dyn_cast<PathDiagnosticControlFlowPiece>(*NextI);
2196 PathPieces::iterator NextI = I; ++NextI; local
2197 if (NextI
2315 PathPieces::iterator NextI = I; ++NextI; local
2367 PathPieces::iterator NextI = I; ++NextI; local
[all...]
/external/llvm/include/llvm/ADT/
H A DSparseMultiSet.h468 iterator NextI = unlink(Dense[I.Idx]);
473 return NextI;
/external/llvm/lib/Analysis/
H A DMemoryDependenceAnalysis.cpp1421 if (Instruction *NextI = NewDirtyVal.getInst())
1422 ReverseDepsToAdd.push_back(std::make_pair(NextI, *I));

Completed in 598 milliseconds