reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/PowerPC/PPCExpandISEL.cpp
  371     TrueBlock = MF->CreateMachineBasicBlock(LLVM_BB);
  372     MF->insert(It, TrueBlock);
  407   MBB->addSuccessor(IsTrueBlockRequired ? TrueBlock : Successor);
  411     TrueBlockI = TrueBlock->begin();
  412     TrueBlock->addSuccessor(Successor);
  423       .addMBB(IsTrueBlockRequired ? TrueBlock : Successor);
  458       BuildMI(*TrueBlock, TrueBlockI, dl,
  465       TrueBlock->addLiveIn(TrueValue.getReg());