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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DCallingConvLower.h393 for (unsigned BlockIdx = 0; BlockIdx < RegsRequired; ++BlockIdx) {
394 if (isAllocated(Regs[StartIdx + BlockIdx])) {
401 for (unsigned BlockIdx = 0; BlockIdx < RegsRequired; ++BlockIdx) {
402 MarkAllocated(Regs[StartIdx + BlockIdx]);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLowerSwitch.cpp389 int BlockIdx = PN->getBasicBlockIndex(OrigBlock); local
390 assert(BlockIdx != -1 && "Switch didn't go to this successor??");
391 PN->setIncomingBlock((unsigned)BlockIdx, NewLeaf);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DMergeICmps.cpp443 for (size_t BlockIdx = 0; BlockIdx < Blocks.size(); ++BlockIdx) {
444 BasicBlock *const Block = Blocks[BlockIdx];

Completed in 73 milliseconds