Home
last modified time | relevance | path

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

/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()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineFunctionPass.cpp47 MachineFunctionProperties &MFProps = MF.getProperties(); in runOnFunction() local
50 if (!MFProps.verifyRequiredProperties(RequiredProperties)) { in runOnFunction()
56 MFProps.print(errs()); in runOnFunction()
98 MFProps.set(SetProperties); in runOnFunction()
99 MFProps.reset(ClearedProperties); in runOnFunction()
/external/llvm-project/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()
97 MFProps.set(SetProperties); in runOnFunction()
98 MFProps.reset(ClearedProperties); in runOnFunction()