Searched defs:setMF (Results 1 – 3 of 3) sorted by relevance
/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ | ||
H A D | CSEInfo.h | 216 void setMF(MachineFunction &MFunc) { MF = &MFunc; } setMF() function |
/llvm-project/llvm/lib/CodeGen/GlobalISel/ | ||
H A D | CSEInfo.cpp | 91 void GISelCSEInfo::setMF(MachineFunction &MF) { setMF() function in GISelCSEInfo |
H A D | MachineIRBuilder.cpp | 24 void MachineIRBuilder::setMF(MachineFunction &MF) { in setMF() function in MachineIRBuilder |