Searched refs:checkFunctionIsLegal (Results 1 – 3 of 3) sorted by relevance
61 assert(checkFunctionIsLegal(MF)); in INITIALIZE_PASS_DEPENDENCY()
646 bool checkFunctionIsLegal(MachineFunction &MF) const;
721 bool RegBankSelect::checkFunctionIsLegal(MachineFunction &MF) const { in checkFunctionIsLegal() function in RegBankSelect748 if (!checkFunctionIsLegal(MF)) in runOnMachineFunction()