HomeSort by relevance Sort by last modified time
    Searched refs:updateEdgeCosts (Results 1 - 8 of 8) 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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/PBQP/
ReductionRules.h 137 G.updateEdgeCosts(YZEId, Delta + YZECosts);
139 G.updateEdgeCosts(YZEId, Delta.transpose() + YZECosts);
Graph.h 509 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/swiftshader/third_party/llvm-7.0/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 471 G.updateEdgeCosts(EId, std::move(Costs));
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
RegAllocPBQP.cpp 497 G.updateEdgeCosts(EId, std::move(Costs));
    [all...]

Completed in 755 milliseconds