OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MaxWeight
(Results
1 - 4
of
4
) sorted by null
/external/llvm/lib/CodeGen/
MachineBranchProbabilityInfo.cpp
89
uint32_t
MaxWeight
= 0;
94
if (Weight >
MaxWeight
) {
95
MaxWeight
= Weight;
RegAllocGreedy.cpp
159
float
MaxWeight
; ///< Maximum spill weight evicted.
161
EvictionCost(unsigned B = 0) : BrokenHints(B),
MaxWeight
(0) {}
168
return
MaxWeight
< O.
MaxWeight
;
584
// Check if any interfering live range is heavier than
MaxWeight
.
615
Cost.
MaxWeight
= std::max(Cost.
MaxWeight
, Intf->weight);
696
BestCost.
MaxWeight
= VirtReg.weight;
[
all
...]
/external/llvm/lib/Analysis/
BranchProbabilityInfo.cpp
542
uint32_t
MaxWeight
= 0;
553
if (Weight >
MaxWeight
) {
554
MaxWeight
= Weight;
560
if (BranchProbability(
MaxWeight
, Sum) > BranchProbability(4, 5))
/external/llvm/utils/TableGen/
CodeGenRegisters.cpp
[
all
...]
Completed in 215 milliseconds