Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DR600MachineCFGStructurizer.cpp244 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 DBugReporterVisitors.h506 bool patternMatch(const Expr *Ex, const Expr *ParentEx, raw_ostream &Out,
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp2925 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()