Searched refs:IsLikely (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DBranchProbabilityInfo.h129 static BranchProbability getBranchProbStackProtector(bool IsLikely) { argument
131 return IsLikely ? LikelyProb : LikelyProb.getCompl();
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h320 SuccessMBB = AddSuccessorMBB(BB, MBB, /* IsLikely */ true);
321 FailureMBB = AddSuccessorMBB(BB, MBB, /* IsLikely */ false, FailureMBB);
377 /// block will be created. Assign a large weight if IsLikely is true.
380 bool IsLikely,
H A DSelectionDAGBuilder.cpp10065 bool IsLikely,
10076 SuccMBB, BranchProbabilityInfo::getBranchProbStackProtector(IsLikely));
10063 AddSuccessorMBB(const BasicBlock *BB, MachineBasicBlock *ParentMBB, bool IsLikely, MachineBasicBlock *SuccMBB) argument
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp3596 bool IsLikely = false; local
3608 IsLikely = true;
3612 IsLikely = true;
3621 if (IsLikely) {
3639 if (IsLikely) {
3874 bool ReverseOrderSLT, IsUnsigned, IsLikely, AcceptsEquality; local
3954 IsLikely = ((PseudoOpcode == Mips::BLTL) || (PseudoOpcode == Mips::BLTUL));
3966 IsLikely = ((PseudoOpcode == Mips::BLEL) || (PseudoOpcode == Mips::BLEUL));
3978 IsLikely = ((PseudoOpcode == Mips::BGEL) || (PseudoOpcode == Mips::BGEUL));
3990 IsLikely
[all...]

Completed in 146 milliseconds