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

  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
StackLifetime.cpp 131 auto BBStart = Instructions.size();
139 BlockInstRange[BB] = std::make_pair(BBStart, Instructions.size());
176 BlockInstRange[BB] = std::make_pair(BBStart, Instructions.size());
237 unsigned BBStart, BBEnd;
238 std::tie(BBStart, BBEnd) = BlockInstRange[BB];
250 Start[AllocaNo] = BBStart;
260 assert(!Started.test(AllocaNo) || Start[AllocaNo] == BBStart);
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
RegisterCoalescer.cpp 694 SlotIndex BBStart =
696 S.extendInBlock(BBStart, FillerStart);

Completed in 35 milliseconds