Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/AST/
H A DStmt.cpp136 getLikelihood(ArrayRef<const Attr *> Attrs) { in getLikelihood() function
148 static std::pair<Stmt::Likelihood, const Attr *> getLikelihood(const Stmt *S) { in getLikelihood() function
150 return getLikelihood(AS->getAttrs()); in getLikelihood()
155 Stmt::Likelihood Stmt::getLikelihood(ArrayRef<const Attr *> Attrs) { in getLikelihood() function in Stmt
156 return ::getLikelihood(Attrs).first; in getLikelihood()
159 Stmt::Likelihood Stmt::getLikelihood(const Stmt *S) { in getLikelihood() function in Stmt
160 return ::getLikelihood(S).first; in getLikelihood()
164 return ::getLikelihood(S).second; in getLikelihoodAttr()
167 Stmt::Likelihood Stmt::getLikelihood(const Stmt *Then, const Stmt *Else) { in getLikelihood() function in Stmt
168 Likelihood LHT = ::getLikelihood(Then).first; in getLikelihood()
[all …]
/src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp864 LH = Stmt::getLikelihood(S.getThen(), S.getElse()); in EmitIfStmt()
1043 BoolCondVal, Stmt::getLikelihood(S.getBody())); in EmitWhileStmt()
1258 BoolCondVal, Stmt::getLikelihood(S.getBody())); in EmitForStmt()
1361 BoolCondVal, Stmt::getLikelihood(S.getBody())); in EmitCXXForRangeStmt()
1633 Stmt::Likelihood LH = Stmt::getLikelihood(Attrs); in EmitCaseStmtRange()
1736 SwitchLikelihood->push_back(Stmt::getLikelihood(Attrs)); in EmitCaseStmt()
1830 SwitchLikelihood->front() = Stmt::getLikelihood(Attrs); in EmitDefaultStmt()
/src/contrib/llvm-project/clang/include/clang/AST/
H A DStmt.h1377 static Likelihood getLikelihood(ArrayRef<const Attr *> Attrs);
1380 static Likelihood getLikelihood(const Stmt *S);
1388 static Likelihood getLikelihood(const Stmt *Then, const Stmt *Else);