OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OnlyAvailablePred
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/CodeGen/
LatencyPriorityQueue.cpp
56
SUnit *
OnlyAvailablePred
= 0;
63
if (
OnlyAvailablePred
&&
OnlyAvailablePred
!= &Pred)
65
OnlyAvailablePred
= &Pred;
69
return
OnlyAvailablePred
;
107
SUnit *
OnlyAvailablePred
= getSingleUnscheduledPred(SU);
108
if (
OnlyAvailablePred
== 0 || !
OnlyAvailablePred
->isAvailable) return;
112
remove(
OnlyAvailablePred
);
116
push(
OnlyAvailablePred
);
[
all
...]
/external/llvm/lib/CodeGen/SelectionDAG/
ResourcePriorityQueue.cpp
217
SUnit *
OnlyAvailablePred
= 0;
224
if (
OnlyAvailablePred
&&
OnlyAvailablePred
!= &Pred)
226
OnlyAvailablePred
= &Pred;
229
return
OnlyAvailablePred
;
584
SUnit *
OnlyAvailablePred
= getSingleUnscheduledPred(SU);
585
if (
OnlyAvailablePred
== 0 || !
OnlyAvailablePred
->isAvailable)
590
remove(
OnlyAvailablePred
);
594
push(
OnlyAvailablePred
);
[
all
...]
/external/llvm/lib/Target/Hexagon/
HexagonMachineScheduler.cpp
424
SUnit *
OnlyAvailablePred
= 0;
431
if (
OnlyAvailablePred
&&
OnlyAvailablePred
!= &Pred)
433
OnlyAvailablePred
= &Pred;
436
return
OnlyAvailablePred
;
Completed in 165 milliseconds