Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp685 llvm::DenseMap<const Stmt *, MCDCConditionID> &CondIDs; member
702 : CGM(CGM), DecisionStack(1, DecisionStackSentinel), CondIDs(CondIDMap), in MCDCCoverageBuilder()
717 CondIDs[CodeGenFunction::stripCond(Cond)] = ID; in setCondID()
722 auto I = CondIDs.find(CodeGenFunction::stripCond(Cond)); in getCondID()
723 if (I == CondIDs.end()) in getCondID()
752 if (CondIDs.contains(CodeGenFunction::stripCond(E))) in pushAndAssignIDs()