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

Declarations

include/llvm/CodeGen/ModuloSchedule.h
  323   MachineBasicBlock *peelKernel(LoopPeelDirection LPD);

References

lib/CodeGen/ModuloSchedule.cpp
 1595     Prologs.push_back(peelKernel(LPD_Front));
 1623       Epilogs.back() = peelKernel(LPD_Back);