OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ALAP
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MachinePipeliner.h
125
int
ALAP
= 0;
213
int getALAP(SUnit *Node) { return ScheduleInfo[Node->NodeNum].
ALAP
; }
/src/external/gpl3/gcc/dist/gcc/
modulo-sched.cc
2450
#define
ALAP
(x) (ORDER_PARAMS ((x))->
alap
)
2452
#define MOB(x) (
ALAP
((x)) - ASAP ((x)))
2469
int
alap
;
2550
For each SCC order the nodes according to their ASAP/
ALAP
/HEIGHT etc. */
2590
/* Initialize of ASAP/
ALAP
/HEIGHT to zero. */
2599
calculate ASAP,
ALAP
, mobility, distance, and height for each node
2621
ALAP
(u_node) = max_asap;
2626
ALAP
(u_node) = MIN (
ALAP
(u_node)
2465
int
alap
;
member in struct:node_order_params
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/
modulo-sched.cc
2450
#define
ALAP
(x) (ORDER_PARAMS ((x))->
alap
)
2452
#define MOB(x) (
ALAP
((x)) - ASAP ((x)))
2469
int
alap
;
2550
For each SCC order the nodes according to their ASAP/
ALAP
/HEIGHT etc. */
2590
/* Initialize of ASAP/
ALAP
/HEIGHT to zero. */
2599
calculate ASAP,
ALAP
, mobility, distance, and height for each node
2621
ALAP
(u_node) = max_asap;
2626
ALAP
(u_node) = MIN (
ALAP
(u_node)
2465
int
alap
;
member in struct:node_order_params
[
all
...]
Completed in 22 milliseconds
Indexes created Sat Aug 08 00:24:54 UTC 2026