Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:NextBB

892       MachineBasicBlock *NextBB = NextFI;
897 << getBlockName(BB) << " -> " << getBlockName(NextBB)
899 Chain->merge(NextBB, nullptr);
901 BB = NextBB;