Home
last modified time | relevance | path

Searched refs:stripCond (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp789 MCDCState.BranchByStmt[CodeGenFunction::stripCond(Cond)] = {ID, in setCondID()
795 auto I = MCDCState.BranchByStmt.find(CodeGenFunction::stripCond(Cond)); in getCondID()
814 !MCDCState.DecisionByStmt.contains(CodeGenFunction::stripCond(E))) in pushAndAssignIDs()
831 if (MCDCState.BranchByStmt.contains(CodeGenFunction::stripCond(E))) in pushAndAssignIDs()
1124 LeafExprSet.count(CodeGenFunction::stripCond(C))) {
H A DCodeGenPGO.cpp1300 S = CodeGenFunction::stripCond(S); in emitMCDCCondBitmapUpdate()
H A DCodeGenFunction.cpp1720 const Expr *CodeGenFunction::stripCond(const Expr *C) { in stripCond() function in CodeGenFunction
1732 const BinaryOperator *BOp = dyn_cast<BinaryOperator>(stripCond(C)); in isInstrumentedCondition()
H A DCodeGenFunction.h5007 static const Expr *stripCond(const Expr *C);