Home
last modified time | relevance | path

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

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