Searched refs:BlockIdx (Results 1 – 3 of 3) sorted by relevance
270 for (int BlockIdx = (int)BlockLabels.size() - 1; BlockIdx > 0; --BlockIdx) { in printDefs() local271 const auto *Label = BlockLabels[BlockIdx]; in printDefs()272 Out << LoopPOT.getBlockAt(BlockIdx)->getName().str() << "(" << BlockIdx in printDefs()342 int BlockIdx = 0; in computeJoinPoints() local349 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()
392 for (unsigned BlockIdx = 0; BlockIdx < RegsRequired; ++BlockIdx) { in AllocateRegBlock() local393 if (isAllocated(Regs[StartIdx + BlockIdx])) { in AllocateRegBlock()400 for (unsigned BlockIdx = 0; BlockIdx < RegsRequired; ++BlockIdx) { in AllocateRegBlock() local401 MarkAllocated(Regs[StartIdx + BlockIdx]); in AllocateRegBlock()
208 int BlockIdx = PN->getBasicBlockIndex(OrigBlock); in NewLeafBlock() local209 assert(BlockIdx != -1 && "Switch didn't go to this successor??"); in NewLeafBlock()210 PN->setIncomingBlock((unsigned)BlockIdx, NewLeaf); in NewLeafBlock()