Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachinePassManager.h43 auto &MFProps = MF.getProperties(); in MFPropsModifier() local
46 auto &MFProps = MF.getProperties(); in MFPropsModifier() local
48 if (!MFProps.verifyRequiredProperties(RequiredProperties)) { in MFPropsModifier()
54 MFProps.print(errs()); in MFPropsModifier()
61 MFProps.reset(P.getClearedProperties()); in MFPropsModifier()
66 auto &MFProps = MF.getProperties(); in ~MFPropsModifier() local
67 MFProps.set(P.getSetProperties()); in ~MFPropsModifier()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineFunctionPass.cpp55 MachineFunctionProperties &MFProps = MF.getProperties(); in runOnFunction() local
58 if (!MFProps.verifyRequiredProperties(RequiredProperties)) { in runOnFunction()
64 MFProps.print(errs()); in runOnFunction()
98 MFProps.reset(ClearedProperties); in runOnFunction()
134 MFProps.set(SetProperties); in runOnFunction()