Searched refs:Likelihood (Results 1 – 5 of 5) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/AST/ |
| H A D | Stmt.cpp | 134 static std::pair<Stmt::Likelihood, const Attr *> 147 static std::pair<Stmt::Likelihood, const Attr *> getLikelihood(const Stmt *S) { in getLikelihood() 154 Stmt::Likelihood Stmt::getLikelihood(ArrayRef<const Attr *> Attrs) { in getLikelihood() 158 Stmt::Likelihood Stmt::getLikelihood(const Stmt *S) { in getLikelihood() 166 Stmt::Likelihood Stmt::getLikelihood(const Stmt *Then, const Stmt *Else) { in getLikelihood() 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() 186 std::pair<Likelihood, const Attr *> LHE = ::getLikelihood(Else); in determineLikelihoodConflict()
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CGStmt.cpp | 828 Stmt::Likelihood LH = Stmt::LH_None; in EmitIfStmt() 1436 Stmt::Likelihood LH = Stmt::getLikelihood(Attrs); in EmitCaseStmtRange() 1873 getLikelihoodWeights(ArrayRef<Stmt::Likelihood> Likelihoods) { in getLikelihoodWeights() 1932 SmallVector<Stmt::Likelihood, 16> *SavedSwitchLikelihood = SwitchLikelihood; in EmitSwitchStmt() 2008 SwitchLikelihood = new SmallVector<Stmt::Likelihood, 16>(); in EmitSwitchStmt()
|
| H A D | CodeGenFunction.cpp | 1629 Stmt::Likelihood LH /* =None */, const Expr *CntrIdx /* = nullptr */) { in EmitBranchToCounterBlock() 1701 Stmt::Likelihood LH) { in EmitBranchOnBoolExpr() 1820 LH = static_cast<Stmt::Likelihood>(-LH); in EmitBranchOnBoolExpr() 2855 Stmt::Likelihood LH) { in emitCondLikelihoodViaExpectIntrinsic()
|
| H A D | CodeGenFunction.h | 1515 Stmt::Likelihood LH); 1562 SmallVector<Stmt::Likelihood, 16> *SwitchLikelihood = nullptr; 4570 Stmt::Likelihood LH = Stmt::LH_None, 4580 Stmt::Likelihood LH = Stmt::LH_None);
|
| /openbsd-src/gnu/llvm/clang/include/clang/AST/ |
| H A D | Stmt.h | 1120 enum Likelihood { enum 1196 static Likelihood getLikelihood(ArrayRef<const Attr *> Attrs); 1199 static Likelihood getLikelihood(const Stmt *S); 1207 static Likelihood getLikelihood(const Stmt *Then, const Stmt *Else);
|