OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CriticalPath
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MachineTraceMetrics.cpp
813
TBI.
CriticalPath
= std::max(TBI.
CriticalPath
, Cycle + MICycles.Height);
814
LLVM_DEBUG(dbgs() << TBI.
CriticalPath
<< '\t' << Cycle << '\t' << UseMI);
864
TBI.
CriticalPath
= 0;
881
TBI.
CriticalPath
= computeCrossBlockCriticalPath(TBI);
1050
TBI.
CriticalPath
= 0;
1128
TBI.
CriticalPath
= std::max(TBI.
CriticalPath
, Cycle + MICycles.Depth);
1129
LLVM_DEBUG(dbgs() << TBI.
CriticalPath
<< '\t' << Cycle << '\t' << MI);
1153
TBI.
CriticalPath
= std::max(TBI.CriticalPath
[
all
...]
MachineScheduler.cpp
2672
if (CurrZone.getCurrCycle() > Rem.
CriticalPath
)
2682
return RemLatency + CurrZone.getCurrCycle() > Rem.
CriticalPath
;
2719
<< Rem.
CriticalPath
<< "\n");
2999
if (Rem.CyclicCritPath == 0 || Rem.CyclicCritPath >= Rem.
CriticalPath
)
3007
unsigned AcyclicCount = Rem.
CriticalPath
* SchedModel->getLatencyFactor();
3027
Rem.
CriticalPath
= DAG->ExitSU.getDepth();
3031
if (SU->getDepth() > Rem.
CriticalPath
)
3032
Rem.
CriticalPath
= SU->getDepth();
3034
LLVM_DEBUG(dbgs() << "Critical Path(GS-RR ): " << Rem.
CriticalPath
<< '\n');
3036
errs() << "Critical Path(GS-RR ): " << Rem.
CriticalPath
<< " \n"
[
all
...]
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MachineTraceMetrics.h
228
unsigned
CriticalPath
;
293
unsigned getCriticalPath() const { return TBI.
CriticalPath
; }
MachineScheduler.h
581
unsigned
CriticalPath
;
595
CriticalPath
= 0;
Completed in 21 milliseconds
Indexes created Sun Jun 07 00:24:08 UTC 2026