HomeSort by: relevance | last modified time | path
    Searched refs:BlockIter (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
NVPTXPeephole.cpp 134 auto BlockIter = MBB.begin();
136 while (BlockIter != MBB.end()) {
137 auto &MI = *BlockIter++;
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MachineCombiner.cpp 548 auto BlockIter = MBB->begin();
549 decltype(BlockIter) LastUpdate;
563 while (BlockIter != MBB->end()) {
564 auto &MI = *BlockIter++;
629 if (IncrementalUpdate && LastUpdate != BlockIter) {
631 MinInstr->updateDepths(LastUpdate, BlockIter, RegUnits);
632 LastUpdate = BlockIter;
641 LastUpdate = BlockIter;
651 BlockIter--;
682 LastUpdate = BlockIter;
    [all...]

Completed in 26 milliseconds