Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMapping.cpp857 MCDCDecisionRecorder MCDCDecisions; in loadFunctionRecord() local
863 MCDCDecisions.registerDecision(Region); in loadFunctionRecord()
881 MCDCDecisions.recordExpansion(Region); in loadFunctionRecord()
889 auto Result = MCDCDecisions.processBranch(Region); in loadFunctionRecord()