Home
last modified time | relevance | path

Searched refs:LDist (Results 1 – 3 of 3) sorted by relevance

/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DGCNILPSched.cpp209 unsigned LDist = closestSucc(left); in pickBest() local
211 if (LDist != RDist) in pickBest()
212 return LDist < RDist ? right : left; in pickBest()
/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGRRList.cpp2616 unsigned LDist = closestSucc(left); in BURRSort() local
2618 if (LDist != RDist) in BURRSort()
2619 return LDist < RDist; in BURRSort()
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaOverload.cpp11726 int LDist = std::abs((int)L->getNumParams() - (int)NumArgs); in operator ()() local
11728 if (LDist == RDist) { in operator ()()
11737 return LDist < RDist; in operator ()()