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

/freebsd-11-stable/contrib/gcc/
H A Dmodulo-sched.c360 /* Initialize ASAP/ALAP/HIGHT to zero. */
1151 ASAP. */
1289 'ASAP(u)' the earliest time at which u could be scheduled as computed in
1321 21. start = ASAP(u); end = start + II - 1; step = 1
1638 #define ASAP(x) (ORDER_PARAMS ((x))->asap)
1641 #define MOB(x) (ALAP ((x)) - ASAP ((x)))
1642 #define DEPTH(x) (ASAP ((x)))
1684 NODE_ORDER. Also set aux.count of each node to ASAP.
1701 /* Save ASAP before destroying node_order_params. */
1705 v->aux.count = ASAP (
1634 #define ASAP macro
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachinePipeliner.h130 int ASAP = 0; member in struct:llvm::SwingSchedulerDAG::NodeInfo
216 int getASAP(SUnit *Node) { return ScheduleInfo[Node->NodeNum].ASAP; }
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp1351 /// in the calculation of the ASAP, ALAP, etc functions.
1359 /// ASAP - Earliest time to schedule a node.
1361 /// MOV - Mobility function, difference between ALAP and ASAP.
1377 // Compute ASAP and ZeroLatencyDepth.
1397 ScheduleInfo[*I].ASAP = asap;
1432 dbgs() << "\t ASAP = " << getASAP(&SUnits[i]) << "\n";
1838 // Find the node with the highest ASAP.

Completed in 403 milliseconds