Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachinePipeliner.h487 unsigned Colocate = 0; variable
570 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;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp2317 unsigned Colocate = 0; in colocateNodeSets() local
2331 N1.setColocate(++Colocate); in colocateNodeSets()
2332 N2.setColocate(Colocate); in colocateNodeSets()
3823 << " depth " << MaxDepth << " col " << Colocate << "\n"; in print()