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.cpp787 MCDCState.BranchByStmt[CodeGenFunction::stripCond(Cond)] = {ID, in setCondID()
793 auto I = MCDCState.BranchByStmt.find(CodeGenFunction::stripCond(Cond)); in getCondID()
812 !MCDCState.DecisionByStmt.contains(CodeGenFunction::stripCond(E))) in pushAndAssignIDs()
829 if (MCDCState.BranchByStmt.contains(CodeGenFunction::stripCond(E))) in pushAndAssignIDs()
1156 LeafExprSet.count(CodeGenFunction::stripCond(C))) {
H A DCodeGenPGO.cpp1312 S = CodeGenFunction::stripCond(S); in emitMCDCCondBitmapUpdate()
H A DCodeGenFunction.cpp1794 const Expr *CodeGenFunction::stripCond(const Expr *C) { in stripCond() function in CodeGenFunction
1806 const BinaryOperator *BOp = dyn_cast<BinaryOperator>(stripCond(C)); in isInstrumentedCondition()
H A DCodeGenFunction.h5188 static const Expr *stripCond(const Expr *C);