HomeSort by: relevance | last modified time | path
    Searched defs:BlockIdx (Results 1 - 2 of 2) 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/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 346 milliseconds