Searched refs:BlockIdx (Results 1 – 3 of 3) sorted by relevance
367 for (unsigned BlockIdx = 0; BlockIdx < RegsRequired; ++BlockIdx) { in AllocateRegBlock() local368 if (isAllocated(Regs[StartIdx + BlockIdx])) { in AllocateRegBlock()375 for (unsigned BlockIdx = 0; BlockIdx < RegsRequired; ++BlockIdx) { in AllocateRegBlock() local376 MarkAllocated(Regs[StartIdx + BlockIdx]); in AllocateRegBlock()
347 int BlockIdx = PN->getBasicBlockIndex(OrigBlock); in newLeafBlock() local348 assert(BlockIdx != -1 && "Switch didn't go to this successor??"); in newLeafBlock()349 PN->setIncomingBlock((unsigned)BlockIdx, NewLeaf); in newLeafBlock()504 int BlockIdx = PN->getBasicBlockIndex(OrigBlock); in processSwitchInst() local505 assert(BlockIdx != -1 && "Switch didn't go to this successor??"); in processSwitchInst()506 PN->setIncomingBlock((unsigned)BlockIdx, NewDefault); in processSwitchInst()
2405 unsigned BlockIdx = OrigPhi->getBasicBlockIndex(ScalarPH); in createEmptyLoop() local2411 OrigPhi->setIncomingValue(BlockIdx, BCTruncResumeVal); in createEmptyLoop()2414 OrigPhi->setIncomingValue(BlockIdx, BCResumeVal); in createEmptyLoop()