Searched refs:groupInPedantic (Results 1 – 1 of 1) sorted by relevance
278 bool groupInPedantic(const Record *Group, bool increment = false);304 bool InferPedantic::groupInPedantic(const Record *Group, bool increment) { in groupInPedantic() function in InferPedantic326 if (groupInPedantic(Group, /* increment */ true)) in markGroup()358 if (groupInPedantic(Group->getDef())) in compute()376 if (!groupInPedantic(Group)) in compute()382 all_of(Parents, [&](const Record *R) { return groupInPedantic(R); }); in compute()