Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DCallingConvLower.h380 for (unsigned BlockIdx = 0; BlockIdx < RegsRequired; ++BlockIdx) { in AllocateRegBlock() local
381 if (isAllocated(Regs[StartIdx + BlockIdx])) { in AllocateRegBlock()
388 for (unsigned BlockIdx = 0; BlockIdx < RegsRequired; ++BlockIdx) { in AllocateRegBlock() local
389 MarkAllocated(Regs[StartIdx + BlockIdx]); in AllocateRegBlock()
/external/llvm/lib/Transforms/Utils/
DLowerSwitch.cpp352 int BlockIdx = PN->getBasicBlockIndex(OrigBlock); in newLeafBlock() local
353 assert(BlockIdx != -1 && "Switch didn't go to this successor??"); in newLeafBlock()
354 PN->setIncomingBlock((unsigned)BlockIdx, NewLeaf); in newLeafBlock()
510 int BlockIdx = PN->getBasicBlockIndex(OrigBlock); in processSwitchInst() local
511 assert(BlockIdx != -1 && "Switch didn't go to this successor??"); in processSwitchInst()
512 PN->setIncomingBlock((unsigned)BlockIdx, NewDefault); in processSwitchInst()
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp2948 unsigned BlockIdx = OrigPhi->getBasicBlockIndex(ScalarPH); in createEmptyLoop() local
2954 OrigPhi->setIncomingValue(BlockIdx, BCResumeVal); in createEmptyLoop()