Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMapping.cpp797 MCDCDecisionRecorder MCDCDecisions; in loadFunctionRecord() local
803 MCDCDecisions.registerDecision(Region); in loadFunctionRecord()
820 MCDCDecisions.recordExpansion(Region); in loadFunctionRecord()
828 auto Result = MCDCDecisions.processBranch(Region); in loadFunctionRecord()