OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getWeakLeft
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCMachineScheduler.cpp
113
if (tryLess(
getWeakLeft
(TryCand.SU, TryCand.AtTop),
114
getWeakLeft
(Cand.SU, Cand.AtTop), TryCand, Cand, Weak))
/src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonMachineScheduler.cpp
468
getWeakLeft
(*Available.begin(), isTop()) != 0;
705
if (Q.getID() == TopQID &&
getWeakLeft
(SU, true) == 0) {
714
} else if (Q.getID() == BotQID &&
getWeakLeft
(SU, false) == 0) {
820
unsigned CurrWeak =
getWeakLeft
(*I, (Q.getID() == TopQID));
821
unsigned CandWeak =
getWeakLeft
(Candidate.SU, (Q.getID() == TopQID));
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MachineScheduler.h
946
unsigned
getWeakLeft
(const SUnit *SU, bool isTop);
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MachineScheduler.cpp
3085
unsigned
getWeakLeft
(const SUnit *SU, bool isTop) {
3245
if (tryLess(
getWeakLeft
(TryCand.SU, TryCand.AtTop),
3246
getWeakLeft
(Cand.SU, Cand.AtTop),
Completed in 30 milliseconds
Indexes created Fri Sep 25 00:27:33 UTC 2026