OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:normalizeSpillWeight
(Results
1 - 3
of
3
) sorted by null
/external/llvm/include/llvm/CodeGen/
CalcSpillWeights.h
24
///
normalizeSpillWeight
- The spill weight of a live interval is computed as:
32
static inline float
normalizeSpillWeight
(float UseDefFreq, unsigned Size) {
/external/llvm/lib/CodeGen/
CalcSpillWeights.cpp
204
li.weight =
normalizeSpillWeight
(totalWeight, li.getSize());
RegAllocGreedy.cpp
[
all
...]
Completed in 65 milliseconds