Searched refs:BlockIdx (Results 1 – 3 of 3) sorted by relevance
380 for (unsigned BlockIdx = 0; BlockIdx < RegsRequired; ++BlockIdx) { in AllocateRegBlock() local381 if (isAllocated(Regs[StartIdx + BlockIdx])) { in AllocateRegBlock()388 for (unsigned BlockIdx = 0; BlockIdx < RegsRequired; ++BlockIdx) { in AllocateRegBlock() local389 MarkAllocated(Regs[StartIdx + BlockIdx]); in AllocateRegBlock()
352 int BlockIdx = PN->getBasicBlockIndex(OrigBlock); in newLeafBlock() local353 assert(BlockIdx != -1 && "Switch didn't go to this successor??"); in newLeafBlock()354 PN->setIncomingBlock((unsigned)BlockIdx, NewLeaf); in newLeafBlock()510 int BlockIdx = PN->getBasicBlockIndex(OrigBlock); in processSwitchInst() local511 assert(BlockIdx != -1 && "Switch didn't go to this successor??"); in processSwitchInst()512 PN->setIncomingBlock((unsigned)BlockIdx, NewDefault); in processSwitchInst()
2948 unsigned BlockIdx = OrigPhi->getBasicBlockIndex(ScalarPH); in createEmptyLoop() local2954 OrigPhi->setIncomingValue(BlockIdx, BCResumeVal); in createEmptyLoop()