Searched refs:IsLikely (Results 1 – 4 of 4) sorted by relevance
30 const BasicBlock *BB, MachineBasicBlock *ParentMBB, bool IsLikely, in addSuccessorMBB() argument41 SuccMBB, BranchProbabilityInfo::getBranchProbStackProtector(IsLikely)); in addSuccessorMBB()
197 bool IsLikely,
204 static BranchProbability getBranchProbStackProtector(bool IsLikely) { in getBranchProbStackProtector() argument206 return IsLikely ? LikelyProb : LikelyProb.getCompl(); in getBranchProbStackProtector()
3636 bool IsLikely = false; in expandBranchImm() local3648 IsLikely = true; in expandBranchImm()3652 IsLikely = true; in expandBranchImm()3661 if (IsLikely) { in expandBranchImm()3679 if (IsLikely && MemOffsetOp.isExpr()) { in expandBranchImm()3915 bool ReverseOrderSLT, IsUnsigned, IsLikely, AcceptsEquality; in expandCondBranches() local3995 IsLikely = ((PseudoOpcode == Mips::BLTL) || (PseudoOpcode == Mips::BLTUL)); in expandCondBranches()4007 IsLikely = ((PseudoOpcode == Mips::BLEL) || (PseudoOpcode == Mips::BLEUL)); in expandCondBranches()4019 IsLikely = ((PseudoOpcode == Mips::BGEL) || (PseudoOpcode == Mips::BGEUL)); in expandCondBranches()4031 IsLikely = ((PseudoOpcode == Mips::BGTL) || (PseudoOpcode == Mips::BGTUL)); in expandCondBranches()[all …]