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.h163 MCDC::State *MCDCState; variable
169 MCDCState(nullptr) {} in CoverageMappingGen()
174 MCDC::State *MCDCState) in CoverageMappingGen() argument
176 MCDCState(MCDCState) {} in CoverageMappingGen()
H A DCoverageMappingGen.cpp756 MCDC::State &MCDCState; member
771 MCDCCoverageBuilder(CodeGenModule &CGM, MCDC::State &MCDCState) in MCDCCoverageBuilder()
773 MCDCState(MCDCState) {} in MCDCCoverageBuilder()
787 MCDCState.BranchByStmt[CodeGenFunction::stripCond(Cond)] = {ID, in setCondID()
793 auto I = MCDCState.BranchByStmt.find(CodeGenFunction::stripCond(Cond)); in getCondID()
794 if (I == MCDCState.BranchByStmt.end()) in getCondID()
812 !MCDCState.DecisionByStmt.contains(CodeGenFunction::stripCond(E))) in pushAndAssignIDs()
821 assert(MCDCState.DecisionByStmt.contains(E)); in pushAndAssignIDs()
829 if (MCDCState.BranchByStmt.contains(CodeGenFunction::stripCond(E))) in pushAndAssignIDs()
888 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()