Searched refs:Colocate (Results 1 – 2 of 2) sorted by relevance
487 unsigned Colocate = 0; variable570 void setColocate(unsigned c) { Colocate = c; }; in setColocate()598 Colocate = 0; in clear()610 if (Colocate != 0 && RHS.Colocate != 0 && Colocate != RHS.Colocate)611 return Colocate < RHS.Colocate;
2317 unsigned Colocate = 0; in colocateNodeSets() local2331 N1.setColocate(++Colocate); in colocateNodeSets()2332 N2.setColocate(Colocate); in colocateNodeSets()3823 << " depth " << MaxDepth << " col " << Colocate << "\n"; in print()