Searched refs:BlockIdx (Results 1 – 4 of 4) sorted by relevance
345 for (unsigned BlockIdx = 0; BlockIdx < RegsRequired; ++BlockIdx) { in AllocateRegBlock() local346 if (isAllocated(Regs[StartIdx + BlockIdx])) { in AllocateRegBlock()353 for (unsigned BlockIdx = 0; BlockIdx < RegsRequired; ++BlockIdx) { in AllocateRegBlock() local354 MarkAllocated(Regs[StartIdx + BlockIdx]); in AllocateRegBlock()
280 int BlockIdx = PN->getBasicBlockIndex(OrigBlock); in newLeafBlock() local281 assert(BlockIdx != -1 && "Switch didn't go to this successor??"); in newLeafBlock()282 PN->setIncomingBlock((unsigned)BlockIdx, NewLeaf); in newLeafBlock()361 int BlockIdx = PN->getBasicBlockIndex(OrigBlock); in processSwitchInst() local362 assert(BlockIdx != -1 && "Switch didn't go to this successor??"); in processSwitchInst()363 PN->setIncomingBlock((unsigned)BlockIdx, NewDefault); in processSwitchInst()
3159 unsigned BlockIdx = RefList[i].first; in ParseFunctionBody() local3160 if (BlockIdx >= FunctionBBs.size()) in ParseFunctionBody()3164 FwdRef->replaceAllUsesWith(BlockAddress::get(F, FunctionBBs[BlockIdx])); in ParseFunctionBody()
2363 unsigned BlockIdx = OrigPhi->getBasicBlockIndex(ScalarPH); in createEmptyLoop() local2369 OrigPhi->setIncomingValue(BlockIdx, BCTruncResumeVal); in createEmptyLoop()2372 OrigPhi->setIncomingValue(BlockIdx, BCResumeVal); in createEmptyLoop()