Searched defs:Costs (Results 1 – 7 of 7) sorted by relevance
68 NodeEntry(VectorPtr Costs) : Costs(std::move(Costs)) {} in NodeEntry()94 VectorPtr Costs; variable103 EdgeEntry(NodeId N1Id, NodeId N2Id, MatrixPtr Costs) in EdgeEntry()152 MatrixPtr Costs; variable375 NodeId addNode(OtherVectorT Costs) { in addNode()396 NodeId addNodeBypassingCostAllocator(OtherVectorPtrT Costs) { in addNodeBypassingCostAllocator()409 EdgeId addEdge(NodeId N1Id, NodeId N2Id, OtherVectorT Costs) { in addEdge()435 OtherMatrixPtrT Costs) { in addEdgeBypassingCostAllocator()466 void setNodeCosts(NodeId NId, OtherVectorT Costs) { in setNodeCosts()508 void updateEdgeCosts(EdgeId EId, OtherMatrixT Costs) { in updateEdgeCosts()
483 PBQPRAGraph::RawMatrix Costs(Allowed1->size() + 1, in apply() local 492 PBQPRAGraph::RawMatrix Costs(G.getEdgeCosts(EId)); in apply() local 902 const Vector &Costs = getNodeCosts(NId); dump() local
1024 SmallVector<BlockFrequency, 8> Costs(Parent->getNumValNums()); hoistCopies() local
211 void setup(const Vector& Costs) { in setup() argument
1455 if (NumRegCosts > Costs.size()) in runTargetDesc() local
5976 OutlinerCosts Costs(Subtarget); getOutliningCandidateInfo() local [all...]