HomeSort by relevance Sort by last modified time
    Searched defs:NextI (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Target/AArch64/
AArch64LoadStoreOptimizer.cpp 273 MachineBasicBlock::iterator NextI = I;
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;
529 if (++NextI == Update)
530 ++NextI;
560 return NextI;
    [all...]
  /external/llvm/lib/Transforms/Scalar/
MemCpyOptimizer.cpp 296 range_iterator NextI = I;
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;
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
BugReporter.cpp     [all...]

Completed in 539 milliseconds