Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonBitSimplify.cpp1541 bool findMatch(const BitTracker::RegisterRef &Inp,
1573 bool CopyGeneration::findMatch(const BitTracker::RegisterRef &Inp, in findMatch() function in CopyGeneration
1644 if (findMatch(R, MR, AVB)) { in processBlock()
1662 if (findMatch(TL, ML, AVB) && findMatch(TH, MH, AVB)) { in processBlock()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DUnsafeBufferUsage.cpp102 bool findMatch(const DynTypedNode &DynNode) { in findMatch() function in clang::ast_matchers::MatchDescendantVisitor
227 return Visitor.findMatch(DynTypedNode::create(Node)); in AST_MATCHER_P()
236 return Visitor.findMatch(DynTypedNode::create(Node)); in AST_MATCHER_P()