Searched refs:patternMatch (Results 1 – 3 of 3) sorted by relevance
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/ |
H A D | R600MachineCFGStructurizer.cpp | 244 int patternMatch(MachineBasicBlock *MBB); 771 patternMatch(MBB); in run() 867 int R600MachineCFGStructurizer::patternMatch(MachineBasicBlock *MBB) { in patternMatch() function in R600MachineCFGStructurizer
|
/openbsd/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
H A D | BugReporterVisitors.h | 506 bool patternMatch(const Expr *Ex, const Expr *ParentEx, raw_ostream &Out,
|
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Core/ |
H A D | BugReporterVisitors.cpp | 2925 bool ConditionBRVisitor::patternMatch(const Expr *Ex, const Expr *ParentEx, in patternMatch() function in ConditionBRVisitor 3030 const bool isVarLHS = patternMatch(BExpr->getLHS(), BExpr, OutLHS, BRC, R, in VisitTrueTest() 3032 const bool isVarRHS = patternMatch(BExpr->getRHS(), BExpr, OutRHS, BRC, R, in VisitTrueTest()
|