Home
last modified time | relevance | path

Searched refs:Colocate (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/
DMachinePipeliner.cpp426 unsigned Colocate = 0; member in __anonfa3445320111::NodeSet
456 void setColocate(unsigned c) { Colocate = c; }; in setColocate()
480 Colocate = 0; in clear()
492 if (Colocate != 0 && RHS.Colocate != 0 && Colocate != RHS.Colocate) in operator >()
493 return Colocate < RHS.Colocate; in operator >()
513 << " depth " << MaxDepth << " col " << Colocate << "\n"; in print()
1774 unsigned Colocate = 0; in colocateNodeSets() local
1788 N1.setColocate(++Colocate); in colocateNodeSets()
1789 N2.setColocate(Colocate); in colocateNodeSets()