Searched refs:ALAP (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachinePipeliner.h131 int ALAP = 0; member in struct:llvm::SwingSchedulerDAG::NodeInfo
219 int getALAP(SUnit *Node) { return ScheduleInfo[Node->NodeNum].ALAP; }
/freebsd-11-stable/contrib/gcc/
H A Dmodulo-sched.c360 /* Initialize ASAP/ALAP/HIGHT to zero. */
1639 #define ALAP(x) (ORDER_PARAMS ((x))->alap)
1641 #define MOB(x) (ALAP ((x)) - ASAP ((x)))
1730 For each SCC order the nodes according to their ASAP/ALAP/HEIGHT etc. */
1774 /* Initialize of ASAP/ALAP/HEIGHT to zero. */
1783 calculate ASAP, ALAP, mobility, distance, and height for each node
1805 ALAP (u_node) = max_asap;
1810 ALAP (u_node) = MIN (ALAP (u_node),
1811 ALAP (
1635 #define ALAP macro
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp1351 /// in the calculation of the ASAP, ALAP, etc functions.
1360 /// ALAP - Latest time to schedule a node.
1361 /// MOV - Mobility function, difference between ALAP and ASAP.
1401 // Compute ALAP, ZeroLatencyHeight, and MOV.
1421 ScheduleInfo[*I].ALAP = alap;
1433 dbgs() << "\t ALAP = " << getALAP(&SUnits[i]) << "\n";

Completed in 69 milliseconds