Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachinePassManager.h42 template <typename PassT> class MFPropsModifier {
44 MFPropsModifier(PassT &P_, MachineFunction &MF_) : P(P_), MF(MF_) { in MFPropsModifier() function
66 ~MFPropsModifier() { in ~MFPropsModifier()
104 MFPropsModifier(PassT &P, MachineFunction &MF) -> MFPropsModifier<PassT>;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocFast.cpp1813 MFPropsModifier _(*this, MF); in run()
H A DTwoAddressInstructionPass.cpp242 MFPropsModifier _(*this, MF); in run()
/freebsd/contrib/llvm-project/llvm/lib/Passes/
H A DPassBuilder.cpp401 MFPropsModifier _(*this, MF); in run()