Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DMCDCState.h44 llvm::DenseMap<const Stmt *, Branch> BranchByStmt; member
H A DCodeGenPGO.cpp1132 RegionMCDCState->BranchByStmt.clear(); in emitCounterRegionMapping()
1314 auto BranchStateIter = RegionMCDCState->BranchByStmt.find(S); in emitMCDCCondBitmapUpdate()
1315 if (BranchStateIter == RegionMCDCState->BranchByStmt.end()) in emitMCDCCondBitmapUpdate()
H A DCoverageMappingGen.cpp787 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()
829 if (MCDCState.BranchByStmt.contains(CodeGenFunction::stripCond(E))) in pushAndAssignIDs()