Home
last modified time | relevance | path

Searched refs:LScratch (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNILPSched.cpp215 unsigned LScratch = calcMaxScratches(left); in pickBest() local
217 if (LScratch != RScratch) in pickBest()
218 return LScratch > RScratch ? right : left; in pickBest()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGRRList.cpp2614 unsigned LScratch = calcMaxScratches(left); in BURRSort() local
2616 if (LScratch != RScratch) in BURRSort()
2617 return LScratch > RScratch; in BURRSort()