OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsLikely
(Results
1 - 4
of
4
) sorted by null
/external/llvm/include/llvm/Analysis/
BranchProbabilityInfo.h
114
static uint32_t getBranchWeightStackProtector(bool
IsLikely
) {
115
return
IsLikely
? (1u << 20) - 1 : 1;
118
static BranchProbability getBranchProbStackProtector(bool
IsLikely
) {
120
return
IsLikely
? LikelyProb : LikelyProb.getCompl();
/external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.h
489
SuccessMBB = AddSuccessorMBB(BB, MBB, /*
IsLikely
*/ true);
490
FailureMBB = AddSuccessorMBB(BB, MBB, /*
IsLikely
*/ false, FailureMBB);
560
/// block will be created. Assign a large weight if
IsLikely
is true.
563
bool
IsLikely
,
[
all
...]
SelectionDAGBuilder.cpp
[
all
...]
/external/llvm/lib/Target/Mips/AsmParser/
MipsAsmParser.cpp
[
all
...]
Completed in 265 milliseconds