Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineFunctionPass.cpp48 MachineFunctionProperties &MFProps = MF.getProperties(); in runOnFunction() local
51 if (!MFProps.verifyRequiredProperties(RequiredProperties)) { in runOnFunction()
57 MFProps.print(errs()); in runOnFunction()
116 MFProps.set(SetProperties); in runOnFunction()
117 MFProps.reset(ClearedProperties); in runOnFunction()