Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/PBQP/
H A DReductionRules.h136 G.updateEdgeCosts(YZEId, Delta + YZECosts); in applyR2()
138 G.updateEdgeCosts(YZEId, Delta.transpose() + YZECosts); in applyR2()
H A DGraph.h508 void updateEdgeCosts(EdgeId EId, OtherMatrixT Costs) { in updateEdgeCosts() function
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64PBQPRegAlloc.cpp232 G.updateEdgeCosts(edge, std::move(costs)); in addIntraChainConstraint()
309 G.updateEdgeCosts(edge, std::move(costs)); in addInterChainConstraint()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocPBQP.cpp494 G.updateEdgeCosts(EId, std::move(Costs)); in apply()