HomeSort by relevance Sort by last modified time
    Searched refs:SchedBoundary (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/CodeGen/
MachineScheduler.h 571 class SchedBoundary {
650 SchedBoundary(unsigned ID, const Twine &Name):
657 ~SchedBoundary();
868 void setPolicy(CandPolicy &Policy, bool IsPostRA, SchedBoundary &CurrZone,
869 SchedBoundary *OtherZone);
882 SchedBoundary Top;
883 SchedBoundary Bot;
893 GenericSchedulerBase(C), DAG(nullptr), Top(SchedBoundary::TopQID, "TopQ"),
894 Bot(SchedBoundary::BotQID, "BotQ") {}
937 SchedBoundary *Zone)
    [all...]
  /external/llvm/lib/CodeGen/
MachineScheduler.cpp     [all...]

Completed in 85 milliseconds