Home
last modified time | relevance | path

Searched refs:BlockIdx (Results 1 – 3 of 3) sorted by relevance

/trueos/contrib/llvm/lib/Transforms/Utils/
HDLowerSwitch.cpp227 int BlockIdx = PN->getBasicBlockIndex(OrigBlock); in newLeafBlock() local
228 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() local
302 assert(BlockIdx != -1 && "Switch didn't go to this successor??"); in processSwitchInst()
303 PN->setIncomingBlock((unsigned)BlockIdx, NewDefault); in processSwitchInst()
/trueos/contrib/llvm/lib/Bitcode/Reader/
HDBitcodeReader.cpp3014 unsigned BlockIdx = RefList[i].first; in ParseFunctionBody() local
3015 if (BlockIdx >= FunctionBBs.size()) in ParseFunctionBody()
3019 FwdRef->replaceAllUsesWith(BlockAddress::get(F, FunctionBBs[BlockIdx])); in ParseFunctionBody()
/trueos/contrib/llvm/lib/Transforms/Vectorize/
HDLoopVectorize.cpp1773 unsigned BlockIdx = OrigPhi->getBasicBlockIndex(ScalarPH); in createEmptyLoop() local
1776 OrigPhi->setIncomingValue(BlockIdx, TruncResumeVal); in createEmptyLoop()
1778 OrigPhi->setIncomingValue(BlockIdx, ResumeVal); in createEmptyLoop()