Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetRegisterInfo.h71 ArrayRef<MCPhysReg> (*OrderFunc)(const MachineFunction&); variable
205 return OrderFunc ? OrderFunc(MF) : getRegisters(); in getRawAllocationOrder()