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

  /external/llvm/include/llvm/CodeGen/
MachineScheduler.h 209 MachineSchedStrategy *SchedImpl;
257 AA(C->AA), RegClassInfo(C->RegClassInfo), SchedImpl(S), DFSResult(0),
  /external/llvm/lib/CodeGen/
MachineScheduler.cpp 323 delete SchedImpl;
362 SchedImpl->releaseTopNode(SuccSU);
396 SchedImpl->releaseBottomNode(PredSU);
532 SchedImpl->initialize(this);
542 while (SUnit *SU = SchedImpl->pickNode(IsTopNode)) {
628 SchedImpl->releaseTopNode(*I);
634 SchedImpl->releaseBottomNode(*I);
640 SchedImpl->registerRoots();
705 SchedImpl->scheduleTree(SubtreeID);
710 SchedImpl->schedNode(SU, IsTopNode)
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonMachineScheduler.cpp 160 SchedImpl->initialize(this);
182 while (SUnit *SU = SchedImpl->pickNode(IsTopNode)) {

Completed in 4932 milliseconds