Searched refs:IsLikely (Results 1 – 3 of 3) sorted by relevance
114 static uint32_t getBranchWeightStackProtector(bool IsLikely) { in getBranchWeightStackProtector() argument115 return IsLikely ? (1u << 20) - 1 : 1; in getBranchWeightStackProtector()
489 bool IsLikely,
7785 bool IsLikely, in AddSuccessorMBB() argument7796 SuccMBB, BranchProbabilityInfo::getBranchWeightStackProtector(IsLikely)); in AddSuccessorMBB()