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

/external/llvm/include/llvm/CodeGen/
H A DCallingConvLower.h345 for (unsigned BlockIdx = 0; BlockIdx < RegsRequired; ++BlockIdx) {
346 if (isAllocated(Regs[StartIdx + BlockIdx])) {
353 for (unsigned BlockIdx = 0; BlockIdx < RegsRequired; ++BlockIdx) {
354 MarkAllocated(Regs[StartIdx + BlockIdx]);
/external/llvm/lib/Transforms/Utils/
H A DLowerSwitch.cpp280 int BlockIdx = PN->getBasicBlockIndex(OrigBlock); local
281 assert(BlockIdx != -1 && "Switch didn't go to this successor??");
282 PN->setIncomingBlock((unsigned)BlockIdx, NewLeaf);
361 int BlockIdx = PN->getBasicBlockIndex(OrigBlock); local
362 assert(BlockIdx != -1 && "Switch didn't go to this successor??");
363 PN->setIncomingBlock((unsigned)BlockIdx, NewDefault);
/external/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp3159 unsigned BlockIdx = RefList[i].first; local
3160 if (BlockIdx >= FunctionBBs.size())
3164 FwdRef->replaceAllUsesWith(BlockAddress::get(F, FunctionBBs[BlockIdx]));
/external/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp2363 unsigned BlockIdx = OrigPhi->getBasicBlockIndex(ScalarPH); local
2369 OrigPhi->setIncomingValue(BlockIdx, BCTruncResumeVal);
2372 OrigPhi->setIncomingValue(BlockIdx, BCResumeVal);

Completed in 2103 milliseconds