Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DRegBankSelect.h642 bool checkFunctionIsLegal(MachineFunction &MF) const;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DRegBankSelect.cpp721 bool RegBankSelect::checkFunctionIsLegal(MachineFunction &MF) const { in checkFunctionIsLegal() function in RegBankSelect
747 if (!checkFunctionIsLegal(MF)) in runOnMachineFunction()