Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachineFunctionPass.cpp46 MachineFunctionProperties &MFProps = MF.getProperties(); in runOnFunction() local
49 if (!MFProps.verifyRequiredProperties(RequiredProperties)) { in runOnFunction()
55 MFProps.print(errs()); in runOnFunction()
63 MFProps.set(SetProperties); in runOnFunction()
64 MFProps.reset(ClearedProperties); in runOnFunction()
/external/llvm/lib/CodeGen/
DMachineFunctionPass.cpp45 MachineFunctionProperties &MFProps = MF.getProperties(); in runOnFunction() local
48 if (!MFProps.verifyRequiredProperties(RequiredProperties)) { in runOnFunction()
54 MFProps.print(errs()); in runOnFunction()
62 MFProps.set(SetProperties); in runOnFunction()
63 MFProps.clear(ClearedProperties); in runOnFunction()