Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/clang-tidy/altera/
H A DUnrollLoopsCheck.cpp22 UnrollLoopsCheck::UnrollLoopsCheck(StringRef Name, ClangTidyContext *Context) in UnrollLoopsCheck() function in clang::tidy::altera::UnrollLoopsCheck
26 void UnrollLoopsCheck::registerMatchers(MatchFinder *Finder) { in registerMatchers()
37 void UnrollLoopsCheck::check(const MatchFinder::MatchResult &Result) { in check()
78 enum UnrollLoopsCheck::UnrollType
79 UnrollLoopsCheck::unrollType(const Stmt *Statement, ASTContext *Context) { in unrollType()
110 bool UnrollLoopsCheck::hasKnownBounds(const Stmt *Statement, in hasKnownBounds()
149 const Expr *UnrollLoopsCheck::getCondExpr(const Stmt *Statement) { in getCondExpr()
161 bool UnrollLoopsCheck::hasLargeNumIterations(const Stmt *Statement, in hasLargeNumIterations()
232 bool UnrollLoopsCheck::extractValue(int &Value, const BinaryOperator *Op, in extractValue()
250 bool UnrollLoopsCheck::exprHasLargeNumIterations(const Expr *Expression, in exprHasLargeNumIterations()
[all …]
H A DUnrollLoopsCheck.h25 class UnrollLoopsCheck : public ClangTidyCheck {
27 UnrollLoopsCheck(StringRef Name, ClangTidyContext *Context);
H A DCMakeLists.txt12 UnrollLoopsCheck.cpp
H A DAlteraTidyModule.cpp34 CheckFactories.registerCheck<UnrollLoopsCheck>("altera-unroll-loops"); in addCheckFactories()
/llvm-project/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/altera/
H A DBUILD.gn20 "UnrollLoopsCheck.cpp",