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

References

lib/Target/PowerPC/PPCExpandISEL.cpp
  366     FalseBlock = MF->CreateMachineBasicBlock(LLVM_BB);
  367     MF->insert(It, FalseBlock);
  408   MBB->addSuccessor(IsFalseBlockRequired ? FalseBlock : Successor);
  416     FalseBlockI = FalseBlock->begin();
  417     FalseBlock->addSuccessor(Successor);
  426   BuildMI(*(IsFalseBlockRequired ? FalseBlock : MBB),
  432     FalseBlockI = FalseBlock->begin(); // get the position of PPC::B
  470       FalseBlock->addLiveIn(FalseValue.getReg());
  483       BuildMI(*FalseBlock, FalseBlockI, dl,