Searched refs:olabels (Results 1 – 1 of 1) sorted by relevance
120 unordered_set<Label> *olabels = 0; in ComputeProperties() local133 olabels = new unordered_set<Label>; in ComputeProperties()145 if (olabels && olabels->find(arc.olabel) != olabels->end()) { in ComputeProperties()191 if (olabels) in ComputeProperties()192 olabels->insert(arc.olabel); in ComputeProperties()216 delete olabels; in ComputeProperties() local