Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachinePipeliner.h329 unsigned Colocate = 0; variable
377 void setColocate(unsigned c) { Colocate = c; }; in setColocate()
405 Colocate = 0; in clear()
417 if (Colocate != 0 && RHS.Colocate != 0 && Colocate != RHS.Colocate)
418 return Colocate < RHS.Colocate;
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp2057 unsigned Colocate = 0; in colocateNodeSets() local
2071 N1.setColocate(++Colocate); in colocateNodeSets()
2072 N2.setColocate(Colocate); in colocateNodeSets()
3390 << " depth " << MaxDepth << " col " << Colocate << "\n"; in print()