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 563 class SchedBoundary {
642 SchedBoundary(unsigned ID, const Twine &Name):
649 ~SchedBoundary();
844 void setPolicy(CandPolicy &Policy, bool IsPostRA, SchedBoundary &CurrZone,
845 SchedBoundary *OtherZone);
858 SchedBoundary Top;
859 SchedBoundary Bot;
864 GenericSchedulerBase(C), DAG(nullptr), Top(SchedBoundary::TopQID, "TopQ"),
865 Bot(SchedBoundary::BotQID, "BotQ") {}
898 SchedBoundary &Zone
    [all...]
  /external/llvm/lib/CodeGen/
MachineScheduler.cpp     [all...]

Completed in 3803 milliseconds