Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DCallingConvLower.h367 for (unsigned BlockIdx = 0; BlockIdx < RegsRequired; ++BlockIdx) { in AllocateRegBlock() local
368 if (isAllocated(Regs[StartIdx + BlockIdx])) { in AllocateRegBlock()
375 for (unsigned BlockIdx = 0; BlockIdx < RegsRequired; ++BlockIdx) { in AllocateRegBlock() local
376 MarkAllocated(Regs[StartIdx + BlockIdx]); in AllocateRegBlock()
/external/llvm/lib/Transforms/Utils/
DLowerSwitch.cpp347 int BlockIdx = PN->getBasicBlockIndex(OrigBlock); in newLeafBlock() local
348 assert(BlockIdx != -1 && "Switch didn't go to this successor??"); in newLeafBlock()
349 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/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp2405 unsigned BlockIdx = OrigPhi->getBasicBlockIndex(ScalarPH); in createEmptyLoop() local
2411 OrigPhi->setIncomingValue(BlockIdx, BCTruncResumeVal); in createEmptyLoop()
2414 OrigPhi->setIncomingValue(BlockIdx, BCResumeVal); in createEmptyLoop()