Searched refs:BlockIdx (Results 1 – 9 of 9) sorted by relevance
381 for (unsigned BlockIdx = 0; BlockIdx < RegsRequired; ++BlockIdx) { in AllocateRegBlock() local382 if (isAllocated(Regs[StartIdx + BlockIdx])) { in AllocateRegBlock()389 for (unsigned BlockIdx = 0; BlockIdx < RegsRequired; ++BlockIdx) { in AllocateRegBlock() local390 MarkAllocated(Regs[StartIdx + BlockIdx]); in AllocateRegBlock()
392 for (unsigned BlockIdx = 0; BlockIdx < RegsRequired; ++BlockIdx) { in AllocateRegBlock() local393 if (isAllocated(Regs[StartIdx + BlockIdx])) { in AllocateRegBlock()400 for (unsigned BlockIdx = 0; BlockIdx < RegsRequired; ++BlockIdx) { in AllocateRegBlock() local401 MarkAllocated(Regs[StartIdx + BlockIdx]); in AllocateRegBlock()
227 int BlockIdx = PN->getBasicBlockIndex(OrigBlock); in newLeafBlock() local228 assert(BlockIdx != -1 && "Switch didn't go to this successor??"); in newLeafBlock()229 PN->setIncomingBlock((unsigned)BlockIdx, NewLeaf); in newLeafBlock()301 int BlockIdx = PN->getBasicBlockIndex(OrigBlock); in processSwitchInst() local302 assert(BlockIdx != -1 && "Switch didn't go to this successor??"); in processSwitchInst()303 PN->setIncomingBlock((unsigned)BlockIdx, NewDefault); in processSwitchInst()
346 int BlockIdx = PN->getBasicBlockIndex(OrigBlock); in newLeafBlock() local347 assert(BlockIdx != -1 && "Switch didn't go to this successor??"); in newLeafBlock()348 PN->setIncomingBlock((unsigned)BlockIdx, NewLeaf); in newLeafBlock()504 int BlockIdx = PN->getBasicBlockIndex(OrigBlock); in processSwitchInst() local505 assert(BlockIdx != -1 && "Switch didn't go to this successor??"); in processSwitchInst()506 PN->setIncomingBlock((unsigned)BlockIdx, NewDefault); in processSwitchInst()
364 for (size_t BlockIdx = 0; BlockIdx < Blocks.size(); ++BlockIdx) { in BCECmpChain() local365 BasicBlock *const Block = Blocks[BlockIdx]; in BCECmpChain()
358 int BlockIdx = PN->getBasicBlockIndex(OrigBlock); in newLeafBlock() local359 assert(BlockIdx != -1 && "Switch didn't go to this successor??"); in newLeafBlock()360 PN->setIncomingBlock((unsigned)BlockIdx, NewLeaf); in newLeafBlock()
2829 unsigned BlockIdx = RefList[i].first; in ParseFunctionBody() local2830 if (BlockIdx >= FunctionBBs.size()) in ParseFunctionBody()2834 FwdRef->replaceAllUsesWith(BlockAddress::get(F, FunctionBBs[BlockIdx])); in ParseFunctionBody()
3092 unsigned BlockIdx = OrigPhi->getBasicBlockIndex(ScalarPH); in createEmptyLoop() local3098 OrigPhi->setIncomingValue(BlockIdx, BCResumeVal); in createEmptyLoop()
2939 unsigned BlockIdx = OrigPhi->getBasicBlockIndex(ScalarPH); in createVectorizedLoopSkeleton() local2945 OrigPhi->setIncomingValue(BlockIdx, BCResumeVal); in createVectorizedLoopSkeleton()