Home
last modified time | relevance | path

Searched refs:getLikelihood (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DStmt.cpp134 getLikelihood(ArrayRef<const Attr *> Attrs) { in getLikelihood() function
146 static std::pair<Stmt::Likelihood, const Attr *> getLikelihood(const Stmt *S) { in getLikelihood() function
148 return getLikelihood(AS->getAttrs()); in getLikelihood()
153 Stmt::Likelihood Stmt::getLikelihood(ArrayRef<const Attr *> Attrs) { in getLikelihood() function in Stmt
154 return ::getLikelihood(Attrs).first; in getLikelihood()
157 Stmt::Likelihood Stmt::getLikelihood(const Stmt *S) { in getLikelihood() function in Stmt
158 return ::getLikelihood(S).first; in getLikelihood()
162 return ::getLikelihood(S).second; in getLikelihoodAttr()
165 Stmt::Likelihood Stmt::getLikelihood(const Stmt *Then, const Stmt *Else) { in getLikelihood() function in Stmt
166 Likelihood LHT = ::getLikelihood(Then).first; in getLikelihood()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGStmt.cpp757 LH = Stmt::getLikelihood(S.getThen(), S.getElse()); in EmitIfStmt()
843 BoolCondVal, Stmt::getLikelihood(S.getBody())); in EmitWhileStmt()
1023 BoolCondVal, Stmt::getLikelihood(S.getBody())); in EmitForStmt()
1108 BoolCondVal, Stmt::getLikelihood(S.getBody())); in EmitCXXForRangeStmt()
1326 Stmt::Likelihood LH = Stmt::getLikelihood(Attrs); in EmitCaseStmtRange()
1414 SwitchLikelihood->push_back(Stmt::getLikelihood(Attrs)); in EmitCaseStmt()
1502 SwitchLikelihood->front() = Stmt::getLikelihood(Attrs); in EmitDefaultStmt()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DStmt.h1181 static Likelihood getLikelihood(ArrayRef<const Attr *> Attrs);
1184 static Likelihood getLikelihood(const Stmt *S);
1192 static Likelihood getLikelihood(const Stmt *Then, const Stmt *Else);