Searched refs:MFProps (Results 1 – 3 of 3) sorted by relevance
45 auto &MFProps = MF.getProperties(); in MFPropsModifier() local48 auto &MFProps = MF.getProperties(); in MFPropsModifier() local50 if (!MFProps.verifyRequiredProperties(RequiredProperties)) { in MFPropsModifier()56 MFProps.print(errs()); in MFPropsModifier()63 MFProps.reset(P.getClearedProperties()); in MFPropsModifier()68 auto &MFProps = MF.getProperties(); in ~MFPropsModifier() local69 MFProps.set(P.getSetProperties()); in ~MFPropsModifier()
49 MachineFunctionProperties &MFProps = MF.getProperties(); in runOnFunction() local52 if (!MFProps.verifyRequiredProperties(RequiredProperties)) { in runOnFunction()58 MFProps.print(errs()); in runOnFunction()92 MFProps.reset(ClearedProperties); in runOnFunction()119 MFProps.set(SetProperties); in runOnFunction()
406 MachineFunctionProperties MFProps; in getRequiredProperties() local407 MFProps.set(MachineFunctionProperties::Property::FailedISel); in getRequiredProperties()408 MFProps.set(MachineFunctionProperties::Property::FailsVerification); in getRequiredProperties()409 MFProps.set(MachineFunctionProperties::Property::IsSSA); in getRequiredProperties()410 MFProps.set(MachineFunctionProperties::Property::Legalized); in getRequiredProperties()411 MFProps.set(MachineFunctionProperties::Property::NoPHIs); in getRequiredProperties()412 MFProps.set(MachineFunctionProperties::Property::NoVRegs); in getRequiredProperties()413 MFProps.set(MachineFunctionProperties::Property::RegBankSelected); in getRequiredProperties()414 MFProps.set(MachineFunctionProperties::Property::Selected); in getRequiredProperties()415 MFProps.set(MachineFunctionProperties::Property::TiedOpsRewritten); in getRequiredProperties()[all …]