Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600MachineCFGStructurizer.cpp235 int patternMatch(MachineBasicBlock *MBB);
762 patternMatch(MBB); in run()
858 int R600MachineCFGStructurizer::patternMatch(MachineBasicBlock *MBB) { in patternMatch() function in R600MachineCFGStructurizer
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporterVisitors.h516 bool patternMatch(const Expr *Ex, const Expr *ParentEx, raw_ostream &Out,
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp2914 bool ConditionBRVisitor::patternMatch(const Expr *Ex, const Expr *ParentEx, in patternMatch() function in ConditionBRVisitor
3019 const bool isVarLHS = patternMatch(BExpr->getLHS(), BExpr, OutLHS, BRC, R, in VisitTrueTest()
3021 const bool isVarRHS = patternMatch(BExpr->getRHS(), BExpr, OutRHS, BRC, R, in VisitTrueTest()