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

  /external/llvm/include/llvm/CodeGen/
LatencyPriorityQueue.h 88 // ScheduledNode - As nodes are scheduled, we look to see if there are any
92 void ScheduledNode(SUnit *Node);
ScheduleDAG.h 468 /// ScheduledNode - As each node is scheduled, this method is invoked. This
472 virtual void ScheduledNode(SUnit *) {}
  /external/llvm/lib/CodeGen/
LatencyPriorityQueue.cpp 87 // ScheduledNode - As nodes are scheduled, we look to see if there are any
91 void LatencyPriorityQueue::ScheduledNode(SUnit *SU) {
PostRASchedulerList.cpp 588 AvailableQueue.ScheduledNode(SU);
  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGList.cpp 153 AvailableQueue->ScheduledNode(SU);
ScheduleDAGRRList.cpp 610 AvailableQueue->ScheduledNode(SU);
    [all...]

Completed in 3372 milliseconds