Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonBitSimplify.cpp1519 bool findMatch(const BitTracker::RegisterRef &Inp,
1551 bool CopyGeneration::findMatch(const BitTracker::RegisterRef &Inp, in findMatch() function in CopyGeneration
1622 if (findMatch(R, MR, AVB)) { in processBlock()
1640 if (findMatch(TL, ML, AVB) && findMatch(TH, MH, AVB)) { in processBlock()
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp118 bool findMatch(const DynTypedNode &DynNode) { in findMatch() function in clang::ast_matchers::internal::__anon17c865b50111::MatchChildASTVisitor
650 return Visitor.findMatch(Node); in matchesRecursively()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DUnsafeBufferUsage.cpp141 bool findMatch(const DynTypedNode &DynNode) { in findMatch() function in MatchDescendantVisitor
265 Visitor.findMatch(DynTypedNode::create(*S)); in forEachDescendantEvaluatedStmt()
273 Visitor.findMatch(DynTypedNode::create(*S)); in forEachDescendantStmt()