Searched refs:UtilityNodeIndex (Results 1 – 1 of 1) sorted by relevance
170 DenseMap<BPFunctionNode::UtilityNodeT, unsigned> UtilityNodeIndex; in runIterations() local173 ++UtilityNodeIndex[UN]; in runIterations()178 return UtilityNodeIndex[UN] == 1 || UtilityNodeIndex[UN] == NumNodes; in runIterations()182 UtilityNodeIndex.clear(); in runIterations()185 UN = UtilityNodeIndex.insert({UN, UtilityNodeIndex.size()}).first->second; in runIterations()188 SignaturesT Signatures(/*Size=*/UtilityNodeIndex.size()); in runIterations()