Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/
H A DCSEInfo.h214 void setMF(MachineFunction &MFunc) { MF = &MFunc; } in setMF() function
/openbsd-src/gnu/llvm/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