HomeSort by relevance Sort by last modified time
    Searched refs:updateEdgeCosts (Results 1 - 4 of 4) sorted by null

  /external/llvm/include/llvm/CodeGen/PBQP/
ReductionRules.h 135 G.updateEdgeCosts(YZEId, Delta + YZECosts);
137 G.updateEdgeCosts(YZEId, Delta.transpose() + YZECosts);
Graph.h 515 void updateEdgeCosts(EdgeId EId, OtherMatrixT Costs) {
  /external/llvm/lib/Target/AArch64/
AArch64PBQPRegAlloc.cpp 238 G.updateEdgeCosts(edge, std::move(costs));
315 G.updateEdgeCosts(edge, std::move(costs));
  /external/llvm/lib/CodeGen/
RegAllocPBQP.cpp 464 G.updateEdgeCosts(EId, std::move(Costs));

Completed in 115 milliseconds