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

References

lib/Target/PowerPC/PPCEarlyReturn.cpp
   66            PIE = ReturnMBB.pred_end(); PI != PIE; ++PI) {
   66            PIE = ReturnMBB.pred_end(); PI != PIE; ++PI) {
   69         if ((*PI)->empty())
   72         for (MachineBasicBlock::iterator J = (*PI)->getLastNonDebugInstr();;) {
   73           if (J == (*PI)->end())
   80               BuildMI(**PI, J, J->getDebugLoc(), TII->get(I->getOpcode()))
   92               BuildMI(**PI, J, J->getDebugLoc(), TII->get(PPC::BCCLR))
  107                   **PI, J, J->getDebugLoc(),
  129           if (J == (*PI)->begin())
  135         if ((*PI)->canFallThrough() && (*PI)->isLayoutSuccessor(&ReturnMBB))
  135         if ((*PI)->canFallThrough() && (*PI)->isLayoutSuccessor(&ReturnMBB))
  140           PredToRemove.push_back(*PI);