Home
last modified time | relevance | path

Searched refs:BlockIdx (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DSyncDependenceAnalysis.cpp270 for (int BlockIdx = (int)BlockLabels.size() - 1; BlockIdx > 0; --BlockIdx) { in printDefs() local
271 const auto *Label = BlockLabels[BlockIdx]; in printDefs()
272 Out << LoopPOT.getBlockAt(BlockIdx)->getName().str() << "(" << BlockIdx in printDefs()
342 int BlockIdx = 0; in computeJoinPoints() local
349 BlockIdx = std::max<int>(BlockIdx, SuccIdx); in computeJoinPoints()
365 for (; BlockIdx >= FloorIdx; --BlockIdx) { in computeJoinPoints()
369 const auto *Label = BlockLabels[BlockIdx]; in computeJoinPoints()
374 const auto *Block = LoopPOT.getBlockAt(BlockIdx); in computeJoinPoints()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DCallingConvLower.h392 for (unsigned BlockIdx = 0; BlockIdx < RegsRequired; ++BlockIdx) { in AllocateRegBlock() local
393 if (isAllocated(Regs[StartIdx + BlockIdx])) { in AllocateRegBlock()
400 for (unsigned BlockIdx = 0; BlockIdx < RegsRequired; ++BlockIdx) { in AllocateRegBlock() local
401 MarkAllocated(Regs[StartIdx + BlockIdx]); in AllocateRegBlock()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DLowerSwitch.cpp208 int BlockIdx = PN->getBasicBlockIndex(OrigBlock); in NewLeafBlock() local
209 assert(BlockIdx != -1 && "Switch didn't go to this successor??"); in NewLeafBlock()
210 PN->setIncomingBlock((unsigned)BlockIdx, NewLeaf); in NewLeafBlock()