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() local492 PBQPRAGraph::RawMatrix Costs(G.getEdgeCosts(EId)); in apply() local901 const Vector &Costs = getNodeCosts(NId); in dump() local
1016 SmallVector<BlockFrequency, 8> Costs(Parent->getNumValNums()); in hoistCopies() local
210 void setup(const Vector& Costs) { in setup()
192 std::vector<CodeGenRegisterCost> Costs; member
1454 auto Costs = Reg.CostPerUse; in runTargetDesc() local
5820 OutlinerCosts Costs(Subtarget); in getOutliningCandidateInfo() local