Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h468 bool isCondFolded(unsigned Condition) const { return Folded[Condition]; } in isCondFolded() function
512 if (isCondFolded(C)) in getPercentCovered()
556 if (isCondFolded(Condition)) in getTestVectorString()
592 if (isCondFolded(Condition)) { in getConditionCoverageString()