Searched refs:SchedulingCost (Results 1 – 2 of 2) sorted by relevance
228 int SchedulingCost(ReadyQueue &Q,
470 int ConvergingVLIWScheduler::SchedulingCost(ReadyQueue &Q, SUnit *SU, in SchedulingCost() function in ConvergingVLIWScheduler551 int CurrentCost = SchedulingCost(Q, *I, Candidate, RPDelta, false); in pickNodeFromQueue()