Searched refs:BlockIdx (Results 1 – 3 of 3) 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()
3014 unsigned BlockIdx = RefList[i].first; in ParseFunctionBody() local3015 if (BlockIdx >= FunctionBBs.size()) in ParseFunctionBody()3019 FwdRef->replaceAllUsesWith(BlockAddress::get(F, FunctionBBs[BlockIdx])); in ParseFunctionBody()
1773 unsigned BlockIdx = OrigPhi->getBasicBlockIndex(ScalarPH); in createEmptyLoop() local1776 OrigPhi->setIncomingValue(BlockIdx, TruncResumeVal); in createEmptyLoop()1778 OrigPhi->setIncomingValue(BlockIdx, ResumeVal); in createEmptyLoop()