Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/
H A DRegBankSelect.h646 bool checkFunctionIsLegal(MachineFunction &MF) const;
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DRegBankSelect.cpp717 bool RegBankSelect::checkFunctionIsLegal(MachineFunction &MF) const { in checkFunctionIsLegal() function in RegBankSelect
744 if (!checkFunctionIsLegal(MF)) in runOnMachineFunction()