Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DInstructionSelect.h58 bool selectMachineFunction(MachineFunction &MF);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DInstructionSelect.cpp155 return selectMachineFunction(MF); in runOnMachineFunction()
158 bool InstructionSelect::selectMachineFunction(MachineFunction &MF) { in selectMachineFunction() function in InstructionSelect