Home
last modified time | relevance | path

Searched defs:setMF (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DCSEInfo.h216 void setMF(MachineFunction &MFunc) { MF = &MFunc; } in setMF() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCSEInfo.cpp91 void GISelCSEInfo::setMF(MachineFunction &MF) { in setMF() function in GISelCSEInfo
H A DMachineIRBuilder.cpp24 void MachineIRBuilder::setMF(MachineFunction &MF) { in setMF() function in MachineIRBuilder