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

Declarations

include/llvm/CodeGen/ModuloSchedule.h
  224   bool isLoopCarried(MachineInstr &Phi);

References

lib/CodeGen/ModuloSchedule.cpp
   94           if (isLoopCarried(*MI))
  521             if (isLoopCarried(*PhiInst))
 1168       else if (PrevReg && !isLoopCarried(*Phi) &&
 1176     if (!InProlog && StagePhi + 1 == StageSched && !isLoopCarried(*Phi))