OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getSpillWeight
(Results
1 - 5
of
5
) sorted by null
/external/llvm/include/llvm/CodeGen/
LiveIntervalAnalysis.h
103
static float
getSpillWeight
(bool isDef, bool isUse, BlockFrequency freq);
/external/llvm/lib/CodeGen/
CalcSpillWeights.cpp
152
weight = LiveIntervals::
getSpillWeight
(
StackSlotColoring.cpp
160
li.weight += LiveIntervals::
getSpillWeight
(false, true, Freq);
RegAllocPBQP.cpp
352
copyFactor * LiveIntervals::
getSpillWeight
(false, true,
LiveIntervalAnalysis.cpp
623
LiveIntervals::
getSpillWeight
(bool isDef, bool isUse, BlockFrequency freq) {
[
all
...]
Completed in 207 milliseconds