Home
last modified time | relevance | path

Searched refs:RegionMCDCState (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenPGO.cpp1088 RegionMCDCState.reset(new MCDC::State); in mapRegionCounters()
1090 *RegionMCDCState, MCDCMaxConditions, CGM.getDiags()); in mapRegionCounters()
1132 RegionMCDCState->BranchByStmt.clear(); in emitCounterRegionMapping()
1135 CGM.getLangOpts(), RegionCounterMap.get(), RegionMCDCState.get()); in emitCounterRegionMapping()
1222 if (!canEmitMCDCCoverage(Builder) || !RegionMCDCState) in emitMCDCParameters()
1232 Builder.getInt32(RegionMCDCState->BitmapBits)}; in emitMCDCParameters()
1241 if (!canEmitMCDCCoverage(Builder) || !RegionMCDCState) in emitMCDCTestVectorBitmapUpdate()
1246 auto DecisionStateIter = RegionMCDCState->DecisionByStmt.find(S); in emitMCDCTestVectorBitmapUpdate()
1247 if (DecisionStateIter == RegionMCDCState->DecisionByStmt.end()) in emitMCDCTestVectorBitmapUpdate()
1274 if (!canEmitMCDCCoverage(Builder) || !RegionMCDCState) in emitMCDCCondBitmapReset()
[all …]
H A DCodeGenPGO.h41 std::unique_ptr<MCDC::State> RegionMCDCState; variable