Searched refs:Unlikely (Results 1 – 4 of 4) sorted by relevance
1158 auto *Unlikely = MDBuilder(Ctx).createUnlikelyBranchWeights(); in createRMWOrFunc() local1159 Builder.CreateCondBr(ShouldStore, ThenTerm, ElseTerm, Unlikely); in createRMWOrFunc()
2104 const uint64_t Unlikely = 0; in getLikelihoodWeights() local2111 Result.push_back(Unlikely); in getLikelihoodWeights()
1664 def Unlikely : StmtAttr {1668 def : MutualExclusions<[Likely, Unlikely]>;
1991 # oops: C has a bool. Unlikely, but C++ could differ.