Lines Matching defs:LH
860 Stmt::Likelihood LH = Stmt::LH_None;
864 LH = Stmt::getLikelihood(S.getThen(), S.getElse());
873 EmitBranchOnBoolExpr(S.getCond(), ThenBlock, ElseBlock, ThenCount, LH);
1633 Stmt::Likelihood LH = Stmt::getLikelihood(Attrs);
1649 SwitchLikelihood->push_back(LH);
1689 Cond = emitCondLikelihoodViaExpectIntrinsic(Cond, LH);
2078 for (const auto LH : Likelihoods) {
2079 switch (LH) {
2108 for (const auto LH : Likelihoods) {
2109 switch (LH) {