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

References

lib/Target/PowerPC/PPCCTRLoops.cpp
  130   MachineBasicBlock::iterator BI = I;
  135   if (I == MBB->begin()) {
  139     --I;
  143   if (I == MBB->end())
  147   for (MachineBasicBlock::iterator IE = MBB->begin();; --I) {
  148     unsigned Opc = I->getOpcode();
  154     if (I != BI && clobbersCTR(*I)) {
  154     if (I != BI && clobbersCTR(*I)) {
  156                         << ") instruction " << *I
  164     if (I == IE)
  189       I = MBB->getLastNonDebugInstr();