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

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

Completed in 373 milliseconds