OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getCurrCycle
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MachineScheduler.cpp
2672
if (CurrZone.
getCurrCycle
() > Rem.CriticalPath)
2676
if (CurrZone.
getCurrCycle
() == 0)
2682
return RemLatency + CurrZone.
getCurrCycle
() > Rem.CriticalPath;
2718
<< CurrZone.
getCurrCycle
() << "c > CritPath "
3471
SU->TopReadyCycle = std::max(SU->TopReadyCycle, Top.
getCurrCycle
());
3476
SU->BotReadyCycle = std::max(SU->BotReadyCycle, Bot.
getCurrCycle
());
3634
SU->TopReadyCycle = std::max(SU->TopReadyCycle, Top.
getCurrCycle
());
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MachineScheduler.h
707
unsigned
getCurrCycle
() const { return CurrCycle; }
Completed in 21 milliseconds
Indexes created Sun Jun 07 00:24:08 UTC 2026