OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:loopDepth
(Results
1 - 4
of
4
) sorted by null
/external/llvm/lib/CodeGen/
CalcSpillWeights.cpp
94
unsigned
loopDepth
= 0;
122
loopDepth
= loop ? loop->getLoopDepth() : 0;
129
weight = LiveIntervals::getSpillWeight(writes, reads,
loopDepth
);
StackSlotColoring.cpp
184
unsigned
loopDepth
= loopInfo->getLoopDepth(MBB);
199
li.weight += LiveIntervals::getSpillWeight(false, true,
loopDepth
);
RegAllocLinearScan.cpp
833
unsigned
loopDepth
= loopInfo->getLoopDepth(MI->getParent());
834
Conflicts += std::pow(10.0f, (float)
loopDepth
);
[
all
...]
LiveIntervalAnalysis.cpp
[
all
...]
Completed in 6401 milliseconds