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

Declarations

include/llvm/CodeGen/MachineScheduler.h
  370   void findRootsAndBiasEdges(SmallVectorImpl<SUnit*> &TopRoots,

References

lib/CodeGen/MachineScheduler.cpp
  756   findRootsAndBiasEdges(TopRoots, BotRoots);
 1204   findRootsAndBiasEdges(TopRoots, BotRoots);
lib/Target/AMDGPU/GCNIterativeScheduler.cpp
  158     Sch.findRootsAndBiasEdges(TopRoots, BotRoots);
lib/Target/AMDGPU/SIMachineScheduler.cpp
 1938   findRootsAndBiasEdges(TopRoots, BotRoots);
lib/Target/Hexagon/HexagonMachineScheduler.cpp
  205   findRootsAndBiasEdges(TopRoots, BotRoots);