OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getCompl
(Results
1 - 11
of
11
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCReduceCRLogicals.cpp
187
ProbFallThrough = ProbToNewTarget.
getCompl
();
188
ProbOrigFallThrough = ProbToNewTarget / ProbToNewTarget.
getCompl
();
189
ProbOrigTarget = ProbOrigFallThrough.
getCompl
();
192
ProbFallThrough = ProbToNewTarget.
getCompl
();
193
ProbOrigTarget = ProbToNewTarget / ProbToNewTarget.
getCompl
();
194
ProbOrigFallThrough = ProbOrigTarget.
getCompl
();
/src/external/apache2/llvm/dist/llvm/include/llvm/Support/
BranchProbability.h
69
BranchProbability
getCompl
() const { return BranchProbability(D - N); }
/src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
BranchProbabilityInfo.h
202
return IsLikely ? LikelyProb : LikelyProb.
getCompl
();
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
IfConversion.cpp
1392
Prediction.
getCompl
()) &&
1395
FalseBBI.ExtraCost2, Prediction.
getCompl
()) &&
1403
Prediction.
getCompl
()) &&
1406
FalseBBI.ExtraCost2, Prediction.
getCompl
()) &&
1413
if (ValidSimple(FalseBBI, Dups, Prediction.
getCompl
()) &&
1416
FalseBBI.ExtraCost2, Prediction.
getCompl
()) &&
MachineBlockPlacement.cpp
1534
if (PredEdgeFreq * HotProb >= CandidateEdgeFreq * HotProb.
getCompl
()) {
2499
? TailBBFreq * TailToHeadProb.
getCompl
()
3180
DefaultBranchProb = MBPI->getEdgeProbability(BB, *SuccIt).
getCompl
();
MachineBasicBlock.cpp
1471
return Sum.
getCompl
() / (Probs.size() - KnownProbNum);
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
JumpThreading.cpp
302
Weights.push_back(BP.
getCompl
().getNumerator());
304
Weights.push_back(BP.
getCompl
().getNumerator());
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
ControlHeightReduction.cpp
1867
static_cast<uint32_t>(CHRBranchBias.
getCompl
().scale(1000)),
/src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMBaseInstrInfo.cpp
2153
unsigned FUnpredCost = Probability.
getCompl
().scale(FUnpredCycles * ScalingUpFactor);
2163
Probability.
getCompl
().scale(FCycles * ScalingUpFactor);
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp
3042
if (PBITrueProb.isUnknown() || PBITrueProb.
getCompl
() < Likely)
3050
if (PBITrueProb.isUnknown() || PBITrueProb.
getCompl
() < Likely)
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp
10868
BranchProbability SwitchProb = PeeledCaseProb.
getCompl
();
10918
nullptr, nullptr, TopCaseProb.
getCompl
()};
Completed in 85 milliseconds
Indexes created Mon Jun 08 00:24:58 UTC 2026