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

  /external/llvm/tools/llvm-diff/
DifferenceEngine.cpp 500 const unsigned LeftCost = 2;
508 Cur[I].Cost = I * LeftCost;
528 Next[Index].Cost += LeftCost;
  /external/swiftshader/third_party/LLVM/tools/llvm-diff/
DifferenceEngine.cpp 500 const unsigned LeftCost = 2;
508 Cur[I].Cost = I * LeftCost;
528 Next[Index].Cost += LeftCost;
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-diff/
DifferenceEngine.cpp 531 const unsigned LeftCost = 2;
539 Cur[I].Cost = I * LeftCost;
559 Next[Index].Cost += LeftCost;

Completed in 518 milliseconds