Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/PBQP/
DReductionRules.h135 G.updateEdgeCosts(YZEId, Delta + YZECosts); in applyR2()
137 G.updateEdgeCosts(YZEId, Delta.transpose() + YZECosts); in applyR2()
DGraph.h515 void updateEdgeCosts(EdgeId EId, OtherMatrixT Costs) { in updateEdgeCosts() function
/external/llvm/lib/Target/AArch64/
DAArch64PBQPRegAlloc.cpp238 G.updateEdgeCosts(edge, std::move(costs)); in addIntraChainConstraint()
315 G.updateEdgeCosts(edge, std::move(costs)); in addInterChainConstraint()
/external/llvm/lib/CodeGen/
DRegAllocPBQP.cpp464 G.updateEdgeCosts(EId, std::move(Costs)); in apply()