Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCoverageMappingGen.h162 MCDC::State *MCDCState; variable
168 MCDCState(nullptr) {} in CoverageMappingGen()
173 MCDC::State *MCDCState) in CoverageMappingGen() argument
175 MCDCState(MCDCState) {} in CoverageMappingGen()
H A DCoverageMappingGen.cpp758 MCDC::State &MCDCState; member
773 MCDCCoverageBuilder(CodeGenModule &CGM, MCDC::State &MCDCState) in MCDCCoverageBuilder()
775 MCDCState(MCDCState) {} in MCDCCoverageBuilder()
789 MCDCState.BranchByStmt[CodeGenFunction::stripCond(Cond)] = {ID, in setCondID()
795 auto I = MCDCState.BranchByStmt.find(CodeGenFunction::stripCond(Cond)); in getCondID()
796 if (I == MCDCState.BranchByStmt.end()) in getCondID()
814 !MCDCState.DecisionByStmt.contains(CodeGenFunction::stripCond(E))) in pushAndAssignIDs()
823 assert(MCDCState.DecisionByStmt.contains(E)); in pushAndAssignIDs()
831 if (MCDCState.BranchByStmt.contains(CodeGenFunction::stripCond(E))) in pushAndAssignIDs()
890 MCDC::State &MCDCState; member
[all …]
H A DCodeGenPGO.cpp169 MCDC::State &MCDCState; member
179 MCDC::State &MCDCState, unsigned MCDCMaxCond, in MapRegionCounters()
182 MCDCState(MCDCState), MCDCMaxCond(MCDCMaxCond), in MapRegionCounters()
314 MCDCState.DecisionByStmt[BinOp].BitmapIdx = 0; in dataTraverseStmtPost()