Searched refs:BlockIdx (Results 1 – 3 of 3) sorted by relevance
393 for (unsigned BlockIdx = 0; BlockIdx < RegsRequired; ++BlockIdx) { in AllocateRegBlock() local394 if (isAllocated(Regs[StartIdx + BlockIdx])) { in AllocateRegBlock()401 for (unsigned BlockIdx = 0; BlockIdx < RegsRequired; ++BlockIdx) { in AllocateRegBlock() local402 MarkAllocated(Regs[StartIdx + BlockIdx]); in AllocateRegBlock()
443 for (size_t BlockIdx = 0; BlockIdx < Blocks.size(); ++BlockIdx) { in BCECmpChain() local444 BasicBlock *const Block = Blocks[BlockIdx]; in BCECmpChain()
389 int BlockIdx = PN->getBasicBlockIndex(OrigBlock); in newLeafBlock() local390 assert(BlockIdx != -1 && "Switch didn't go to this successor??"); in newLeafBlock()391 PN->setIncomingBlock((unsigned)BlockIdx, NewLeaf); in newLeafBlock()