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

  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
SyncDependenceAnalysis.cpp 270 for (int BlockIdx = (int)BlockLabels.size() - 1; BlockIdx > 0; --BlockIdx) {
271 const auto *Label = BlockLabels[BlockIdx];
272 Out << LoopPOT.getBlockAt(BlockIdx)->getName().str() << "(" << BlockIdx
342 int BlockIdx = 0;
349 BlockIdx = std::max<int>(BlockIdx, SuccIdx);
365 for (; BlockIdx >= FloorIdx; --BlockIdx)
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
CallingConvLower.h 392 for (unsigned BlockIdx = 0; BlockIdx < RegsRequired; ++BlockIdx) {
393 if (isAllocated(Regs[StartIdx + BlockIdx])) {
400 for (unsigned BlockIdx = 0; BlockIdx < RegsRequired; ++BlockIdx) {
401 MarkAllocated(Regs[StartIdx + BlockIdx]);
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
LowerSwitch.cpp 208 int BlockIdx = PN->getBasicBlockIndex(OrigBlock);
209 assert(BlockIdx != -1 && "Switch didn't go to this successor??");
210 PN->setIncomingBlock((unsigned)BlockIdx, NewLeaf);

Completed in 64 milliseconds