Searched refs:BlockIdx (Results 1 – 2 of 2) sorted by relevance
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()
2646 unsigned BlockIdx = RefList[i].first; in ParseFunctionBody() local2647 if (BlockIdx >= FunctionBBs.size()) in ParseFunctionBody()2651 FwdRef->replaceAllUsesWith(BlockAddress::get(F, FunctionBBs[BlockIdx])); in ParseFunctionBody()