OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SumWeight
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/CodeGen/
MachineBlockPlacement.cpp
347
uint32_t
SumWeight
= MBPI->getSumForBlock(BB, WeightScale);
365
BranchProbability SuccProb(SuccWeight / WeightScale,
SumWeight
);
652
uint32_t
SumWeight
= MBPI->getSumForBlock(*I, WeightScale);
683
BranchProbability SuccProb(SuccWeight / WeightScale,
SumWeight
);
[
all
...]
IfConversion.cpp
[
all
...]
Completed in 4375 milliseconds