OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:loopDepth
(Results
1 - 5
of
5
) 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
);
LiveIntervalAnalysis.cpp
[
all
...]
StackSlotColoring.cpp
184
unsigned
loopDepth
= loopInfo->getLoopDepth(MBB);
199
li.weight += LiveIntervals::getSpillWeight(false, true,
loopDepth
);
RegAllocLinearScan.cpp
834
unsigned
loopDepth
= loopInfo->getLoopDepth(MI->getParent());
835
Conflicts += std::pow(10.0f, (float)
loopDepth
);
[
all
...]
/external/llvm/include/llvm/CodeGen/
LiveIntervalAnalysis.h
76
static float getSpillWeight(bool isDef, bool isUse, unsigned
loopDepth
);
Completed in 22 milliseconds