Lines Matching defs:MFProps
434 MachineFunctionProperties MFProps;
435 MFProps.set(MachineFunctionProperties::Property::FailedISel);
436 MFProps.set(MachineFunctionProperties::Property::FailsVerification);
437 MFProps.set(MachineFunctionProperties::Property::IsSSA);
438 MFProps.set(MachineFunctionProperties::Property::Legalized);
439 MFProps.set(MachineFunctionProperties::Property::NoPHIs);
440 MFProps.set(MachineFunctionProperties::Property::NoVRegs);
441 MFProps.set(MachineFunctionProperties::Property::RegBankSelected);
442 MFProps.set(MachineFunctionProperties::Property::Selected);
443 MFProps.set(MachineFunctionProperties::Property::TiedOpsRewritten);
444 MFProps.set(MachineFunctionProperties::Property::TracksDebugUserValues);
445 MFProps.set(MachineFunctionProperties::Property::TracksLiveness);
446 return MFProps;