Home
last modified time | relevance | path

Searched refs:UnrollLoopsCheck (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/altera/
H A DUnrollLoopsCheck.cpp24 UnrollLoopsCheck::UnrollLoopsCheck(StringRef Name, ClangTidyContext *Context) in UnrollLoopsCheck() function in clang::tidy::altera::UnrollLoopsCheck
28 void UnrollLoopsCheck::registerMatchers(MatchFinder *Finder) { in registerMatchers()
40 void UnrollLoopsCheck::check(const MatchFinder::MatchResult &Result) { in check()
81 enum UnrollLoopsCheck::UnrollType
82 UnrollLoopsCheck::unrollType(const Stmt *Statement, ASTContext *Context) { in unrollType()
113 bool UnrollLoopsCheck::hasKnownBounds(const Stmt *Statement, in hasKnownBounds()
152 const Expr *UnrollLoopsCheck::getCondExpr(const Stmt *Statement) { in getCondExpr()
164 bool UnrollLoopsCheck::hasLargeNumIterations(const Stmt *Statement, in hasLargeNumIterations()
233 bool UnrollLoopsCheck::extractValue(int &Value, const BinaryOperator *Op, in extractValue()
251 bool UnrollLoopsCheck::exprHasLargeNumIterations(const Expr *Expression, in exprHasLargeNumIterations()
[all …]
H A DUnrollLoopsCheck.h27 class UnrollLoopsCheck : public ClangTidyCheck {
29 UnrollLoopsCheck(StringRef Name, ClangTidyContext *Context);
H A DCMakeLists.txt12 UnrollLoopsCheck.cpp
H A DAlteraTidyModule.cpp35 CheckFactories.registerCheck<UnrollLoopsCheck>("altera-unroll-loops"); in addCheckFactories()
/llvm-project-15.0.7/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/altera/
H A DBUILD.gn20 "UnrollLoopsCheck.cpp",
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt846 clang-tools-extra/clang-tidy/altera/UnrollLoopsCheck.cpp
847 clang-tools-extra/clang-tidy/altera/UnrollLoopsCheck.h