Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/llvm/include/llvm/CodeGen/PBQP/
H A DGraph.h74 NodeEntry(VectorPtr Costs) : Costs(Costs) {} in NodeEntry() argument
96 VectorPtr Costs; variable
105 : Costs(Costs) { in EdgeEntry()
116 Costs = nullptr; in invalidate()
168 MatrixPtr Costs; variable
381 NodeId addNode(OtherVectorT Costs) { in addNode() argument
476 getNode(NId).Costs = AllocatedCosts; in setNodeCosts()
488 return getNode(NId).Costs; in getNodeCostsPtr()
518 getEdge(EId).Costs = AllocatedCosts; in setEdgeCosts()
530 return getEdge(EId).Costs; in getEdgeCostsPtr()
[all …]
/minix/external/bsd/llvm/dist/llvm/lib/CodeGen/
H A DRegAllocPBQP.cpp390 PBQPRAGraph::RawMatrix Costs(Allowed1->size() + 1, in apply() local
392 addVirtRegCoalesce(Costs, *Allowed1, *Allowed2, CBenefit); in apply()
393 G.addEdge(N1Id, N2Id, std::move(Costs)); in apply()
399 PBQPRAGraph::RawMatrix Costs(G.getEdgeCosts(EId)); in apply() local
400 addVirtRegCoalesce(Costs, *Allowed1, *Allowed2, CBenefit); in apply()
401 G.setEdgeCosts(EId, std::move(Costs)); in apply()
/minix/external/bsd/llvm/dist/llvm/include/llvm/CodeGen/
H A DRegAllocPBQP.h242 void setup(const Vector& Costs) { in setup() argument
243 NumOpts = Costs.getLength() - 1; in setup()
/minix/external/gpl3/gcc/patches/
H A D0000-gcc_nbsd.patch10873 +/* Costs of various operations on the different architectures. */
10937 +/* Costs to use when optimizing for size. */
10950 +/* Costs to use when optimizing for size. */