Searched refs:getALAP (Results 1 – 2 of 2) sorted by relevance
277 int getALAP(SUnit *Node) { return ScheduleInfo[Node->NodeNum].ALAP; } in getALAP() function in __anon5f28c6f30111::SwingSchedulerDAG281 int getMOV(SUnit *Node) { return getALAP(Node) - getASAP(Node); } in getMOV()1567 alap = std::min(alap, (int)(getALAP(succ) - getLatency(SU, *IS) + in computeNodeFunctions()1582 dbgs() << "\t ALAP = " << getALAP(&SUnits[i]) << "\n"; in computeNodeFunctions()
319 int getALAP(SUnit *Node) { return ScheduleInfo[Node->NodeNum].ALAP; } in getALAP() function in __anona194c52b0111::SwingSchedulerDAG323 int getMOV(SUnit *Node) { return getALAP(Node) - getASAP(Node); } in getMOV()1687 alap = std::min(alap, (int)(getALAP(succ) - IS->getLatency() + in computeNodeFunctions()1703 dbgs() << "\t ALAP = " << getALAP(&SUnits[i]) << "\n"; in computeNodeFunctions()