OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TrueWeight
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCTargetTransformInfo.cpp
750
uint64_t
TrueWeight
= 0, FalseWeight = 0;
752
!BI->extractProfMetadata(
TrueWeight
, FalseWeight))
758
if (( TrueIsExit && FalseWeight <
TrueWeight
) ||
759
(!TrueIsExit && FalseWeight >
TrueWeight
))
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
LoopUnrollRuntime.cpp
523
uint64_t
TrueWeight
, FalseWeight;
526
if (LatchBR->extractProfMetadata(
TrueWeight
, FalseWeight)) {
529
:
TrueWeight
;
SimplifyCFG.cpp
263
uint32_t
TrueWeight
, uint32_t FalseWeight);
831
static void setBranchWeights(Instruction *I, uint32_t
TrueWeight
,
837
if (
TrueWeight
|| FalseWeight)
839
.createBranchWeights(
TrueWeight
, FalseWeight);
3110
//
TrueWeight
is
TrueWeight
for PBI *
TrueWeight
for BI.
3113
//
TrueWeight
for PBI * FalseWeight for BI.
3122
//
TrueWeight
is
TrueWeight
for PBI * TotalWeight for BI
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
CodeGenPrepare.cpp
6585
uint64_t
TrueWeight
, FalseWeight;
6586
if (SI->extractProfMetadata(
TrueWeight
, FalseWeight)) {
6587
uint64_t Max = std::max(
TrueWeight
, FalseWeight);
6588
uint64_t Sum =
TrueWeight
+ FalseWeight;
8223
uint64_t
TrueWeight
, FalseWeight;
8224
if (Br1->extractProfMetadata(
TrueWeight
, FalseWeight)) {
8225
uint64_t NewTrueWeight =
TrueWeight
;
8226
uint64_t NewFalseWeight =
TrueWeight
+ 2 * FalseWeight;
8229
.createBranchWeights(
TrueWeight
, FalseWeight));
8231
NewTrueWeight =
TrueWeight
;
[
all
...]
Completed in 86 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026