Searched refs:BlockIdx (Results 1 – 5 of 5) sorted by relevance
381 for (unsigned BlockIdx = 0; BlockIdx < RegsRequired; ++BlockIdx) { in AllocateRegBlock() local382 if (isAllocated(Regs[StartIdx + BlockIdx])) { in AllocateRegBlock()389 for (unsigned BlockIdx = 0; BlockIdx < RegsRequired; ++BlockIdx) { in AllocateRegBlock() local390 MarkAllocated(Regs[StartIdx + BlockIdx]); in AllocateRegBlock()
227 int BlockIdx = PN->getBasicBlockIndex(OrigBlock); in newLeafBlock() local228 assert(BlockIdx != -1 && "Switch didn't go to this successor??"); in newLeafBlock()229 PN->setIncomingBlock((unsigned)BlockIdx, NewLeaf); in newLeafBlock()301 int BlockIdx = PN->getBasicBlockIndex(OrigBlock); in processSwitchInst() local302 assert(BlockIdx != -1 && "Switch didn't go to this successor??"); in processSwitchInst()303 PN->setIncomingBlock((unsigned)BlockIdx, NewDefault); in processSwitchInst()
346 int BlockIdx = PN->getBasicBlockIndex(OrigBlock); in newLeafBlock() local347 assert(BlockIdx != -1 && "Switch didn't go to this successor??"); in newLeafBlock()348 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()
2829 unsigned BlockIdx = RefList[i].first; in ParseFunctionBody() local2830 if (BlockIdx >= FunctionBBs.size()) in ParseFunctionBody()2834 FwdRef->replaceAllUsesWith(BlockAddress::get(F, FunctionBBs[BlockIdx])); in ParseFunctionBody()
3092 unsigned BlockIdx = OrigPhi->getBasicBlockIndex(ScalarPH); in createEmptyLoop() local3098 OrigPhi->setIncomingValue(BlockIdx, BCResumeVal); in createEmptyLoop()