Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DStmt.cpp135 getLikelihood(ArrayRef<const Attr *> Attrs) { in getLikelihood() function
149 return getLikelihood(AS->getAttrs()); in getLikelihood()
154 Stmt::Likelihood Stmt::getLikelihood(ArrayRef<const Attr *> Attrs) { in getLikelihood() function in Stmt
155 return ::getLikelihood(Attrs).first; in getLikelihood()
158 Stmt::Likelihood Stmt::getLikelihood(const Stmt *S) { in getLikelihood() function in Stmt
159 return ::getLikelihood(S).first; in getLikelihood()
163 return ::getLikelihood(S).second; in getLikelihoodAttr()
167 Likelihood LHT = ::getLikelihood(Then).first; in getLikelihood()
168 Likelihood LHE = ::getLikelihood(Else).first; in getLikelihood()
185 std::pair<Likelihood, const Attr *> LHT = ::getLikelihood(Then); in determineLikelihoodConflict()
[all …]
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp839 LH = Stmt::getLikelihood(S.getThen(), S.getElse()); in EmitIfStmt()
937 BoolCondVal, Stmt::getLikelihood(S.getBody())); in EmitWhileStmt()
1117 BoolCondVal, Stmt::getLikelihood(S.getBody())); in EmitForStmt()
1202 BoolCondVal, Stmt::getLikelihood(S.getBody())); in EmitCXXForRangeStmt()
1454 Stmt::Likelihood LH = Stmt::getLikelihood(Attrs); in EmitCaseStmtRange()
1557 SwitchLikelihood->push_back(Stmt::getLikelihood(Attrs)); in EmitCaseStmt()
1651 SwitchLikelihood->front() = Stmt::getLikelihood(Attrs); in EmitDefaultStmt()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DStmt.h1375 static Likelihood getLikelihood(ArrayRef<const Attr *> Attrs); in alignas()
1378 static Likelihood getLikelihood(const Stmt *S); in alignas()
1386 static Likelihood getLikelihood(const Stmt *Then, const Stmt *Else); in alignas()