Searched refs:BranchByStmt (Results 1 – 3 of 3) sorted by relevance
44 llvm::DenseMap<const Stmt *, Branch> BranchByStmt; member
1132 RegionMCDCState->BranchByStmt.clear(); in emitCounterRegionMapping()1314 auto BranchStateIter = RegionMCDCState->BranchByStmt.find(S); in emitMCDCCondBitmapUpdate()1315 if (BranchStateIter == RegionMCDCState->BranchByStmt.end()) in emitMCDCCondBitmapUpdate()
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()829 if (MCDCState.BranchByStmt.contains(CodeGenFunction::stripCond(E))) in pushAndAssignIDs()