Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DCodeGenCommonISel.cpp27 const BasicBlock *BB, MachineBasicBlock *ParentMBB, bool IsLikely, in addSuccessorMBB() argument
38 SuccMBB, BranchProbabilityInfo::getBranchProbStackProtector(IsLikely)); in addSuccessorMBB()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DCodeGenCommonISel.h195 bool IsLikely,
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DBranchProbabilityInfo.h192 static BranchProbability getBranchProbStackProtector(bool IsLikely) { in getBranchProbStackProtector() argument
194 return IsLikely ? LikelyProb : LikelyProb.getCompl(); in getBranchProbStackProtector()
/llvm-project-15.0.7/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp3624 bool IsLikely = false; in expandBranchImm() local
3636 IsLikely = true; in expandBranchImm()
3640 IsLikely = true; in expandBranchImm()
3649 if (IsLikely) { in expandBranchImm()
3667 if (IsLikely) { in expandBranchImm()
3902 bool ReverseOrderSLT, IsUnsigned, IsLikely, AcceptsEquality; in expandCondBranches() local
3982 IsLikely = ((PseudoOpcode == Mips::BLTL) || (PseudoOpcode == Mips::BLTUL)); in expandCondBranches()
3994 IsLikely = ((PseudoOpcode == Mips::BLEL) || (PseudoOpcode == Mips::BLEUL)); in expandCondBranches()
4006 IsLikely = ((PseudoOpcode == Mips::BGEL) || (PseudoOpcode == Mips::BGEUL)); in expandCondBranches()
4018 IsLikely = ((PseudoOpcode == Mips::BGTL) || (PseudoOpcode == Mips::BGTUL)); in expandCondBranches()
[all …]