Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DCallingConvLower.h381 for (unsigned BlockIdx = 0; BlockIdx < RegsRequired; ++BlockIdx) { in AllocateRegBlock() local
382 if (isAllocated(Regs[StartIdx + BlockIdx])) { in AllocateRegBlock()
389 for (unsigned BlockIdx = 0; BlockIdx < RegsRequired; ++BlockIdx) { in AllocateRegBlock() local
390 MarkAllocated(Regs[StartIdx + BlockIdx]); in AllocateRegBlock()
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DLowerSwitch.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()
/external/llvm/lib/Transforms/Utils/
DLowerSwitch.cpp346 int BlockIdx = PN->getBasicBlockIndex(OrigBlock); in newLeafBlock() local
347 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() local
505 assert(BlockIdx != -1 && "Switch didn't go to this successor??"); in processSwitchInst()
506 PN->setIncomingBlock((unsigned)BlockIdx, NewDefault); in processSwitchInst()
/external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/
DBitcodeReader.cpp2829 unsigned BlockIdx = RefList[i].first; in ParseFunctionBody() local
2830 if (BlockIdx >= FunctionBBs.size()) in ParseFunctionBody()
2834 FwdRef->replaceAllUsesWith(BlockAddress::get(F, FunctionBBs[BlockIdx])); in ParseFunctionBody()
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp3092 unsigned BlockIdx = OrigPhi->getBasicBlockIndex(ScalarPH); in createEmptyLoop() local
3098 OrigPhi->setIncomingValue(BlockIdx, BCResumeVal); in createEmptyLoop()