OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:fprob
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp
413
auto
FProb
= FuncInfo->BPI->getEdgeProbability(BB, FBB);
430
if (std::max(TProb,
FProb
) / Threshold < std::min(TProb,
FProb
))
436
<< " -> " << FBB->getName() << ": " <<
FProb
<< "\n");
443
std::swap(TProb,
FProb
);
445
return (TProb >
FProb
) ? PPC::BR_TAKEN_HINT : PPC::BR_NONTAKEN_HINT;
[
all
...]
/external/toolchain-utils/cros_utils/
stats.py
136
fprob
1978
fprob
= Dispatch((l
fprob
, (IntType, FloatType)),)
variable
4484
fprob
= Dispatch((l
fprob
, (IntType, FloatType)), (a
fprob
, (N.ndarray,)))
variable
[
all
...]
/external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp
[
all
...]
Completed in 332 milliseconds