Home
last modified time | relevance | path

Searched refs:LH_None (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DStmt.cpp143 return std::make_pair(Stmt::LH_None, nullptr); in getLikelihood()
150 return std::make_pair(Stmt::LH_None, nullptr); in getLikelihood()
168 if (LHE == LH_None) in getLikelihood()
173 return LH_None; in getLikelihood()
175 if (LHT != LH_None) in getLikelihood()
187 if (LHT.first != LH_None && LHT.first == LHE.first) in determineLikelihoodConflict()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGStmt.cpp754 Stmt::Likelihood LH = Stmt::LH_None; in EmitIfStmt()
1477 SwitchLikelihood->push_back(Stmt::LH_None); in EmitCaseStmt()
1755 case Stmt::LH_None: in getLikelihoodWeights()
1785 case Stmt::LH_None: in getLikelihoodWeights()
1879 SwitchLikelihood->push_back(Stmt::LH_None); in EmitSwitchStmt()
H A DCodeGenFunction.cpp1645 LH == Stmt::LH_Unlikely ? Stmt::LH_None : LH); in EmitBranchOnBoolExpr()
1699 LH == Stmt::LH_Likely ? Stmt::LH_None : LH); in EmitBranchOnBoolExpr()
1739 getProfileCount(CondOp), Stmt::LH_None); in EmitBranchOnBoolExpr()
2662 case Stmt::LH_None: in emitCondLikelihoodViaExpectIntrinsic()
H A DCodeGenFunction.h4481 Stmt::Likelihood LH = Stmt::LH_None,
4491 Stmt::Likelihood LH = Stmt::LH_None);
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DStmt.h1107 LH_None, ///< No attribute set or branches of the IfStmt have enumerator