Searched refs:MCDCSubViews (Results 1 – 2 of 2) sorted by relevance
142 !BranchSubViews.empty() || !MCDCSubViews.empty(); in hasSubViews()184 MCDCSubViews.emplace_back(Line, std::move(Records)); in addMCDCRecord()211 llvm::stable_sort(MCDCSubViews); in print()218 auto NextMSV = MCDCSubViews.begin(); in print()219 auto EndMSV = MCDCSubViews.end(); in print()
177 SmallVector<MCDCView, 0> MCDCSubViews; variable