Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineFunctionPass.cpp46 MachineFunctionProperties &MFProps = MF.getProperties(); in runOnFunction() local
49 if (!MFProps.verifyRequiredProperties(RequiredProperties)) { in runOnFunction()
55 MFProps.print(errs()); in runOnFunction()
97 MFProps.set(SetProperties); in runOnFunction()
98 MFProps.reset(ClearedProperties); in runOnFunction()