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 554 class SchedBoundary {
633 SchedBoundary(unsigned ID, const Twine &Name):
640 ~SchedBoundary();
835 void setPolicy(CandPolicy &Policy, bool IsPostRA, SchedBoundary &CurrZone,
836 SchedBoundary *OtherZone);
849 SchedBoundary Top;
850 SchedBoundary Bot;
855 GenericSchedulerBase(C), DAG(nullptr), Top(SchedBoundary::TopQID, "TopQ"),
856 Bot(SchedBoundary::BotQID, "BotQ") {}
887 SchedBoundary &Zone
    [all...]
  /external/llvm/lib/CodeGen/
MachineScheduler.cpp     [all...]

Completed in 492 milliseconds