Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachinePipeliner.h334 unsigned Colocate = 0; variable
382 void setColocate(unsigned c) { Colocate = c; }; in setColocate()
410 Colocate = 0; in clear()
422 if (Colocate != 0 && RHS.Colocate != 0 && Colocate != RHS.Colocate)
423 return Colocate < RHS.Colocate;
/src/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp2117 unsigned Colocate = 0; in colocateNodeSets() local
2131 N1.setColocate(++Colocate); in colocateNodeSets()
2132 N2.setColocate(Colocate); in colocateNodeSets()
3459 << " depth " << MaxDepth << " col " << Colocate << "\n"; in print()