Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachinePipeliner.h317 unsigned Colocate = 0; variable
365 void setColocate(unsigned c) { Colocate = c; }; in setColocate()
393 Colocate = 0; in clear()
405 if (Colocate != 0 && RHS.Colocate != 0 && Colocate != RHS.Colocate)
406 return Colocate < RHS.Colocate;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp1693 unsigned Colocate = 0; in colocateNodeSets() local
1707 N1.setColocate(++Colocate); in colocateNodeSets()
1708 N2.setColocate(Colocate); in colocateNodeSets()
2937 << " depth " << MaxDepth << " col " << Colocate << "\n"; in print()