Searched defs:MFInfo (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DMachineFunction.h87 MachineFunctionInfo *MFInfo; member in class:llvm::MachineFunction
236 if (!MFInfo) {
241 MFInfo = new (Loc) Ty(*this);
243 return static_cast<Ty*>(MFInfo);

Completed in 104 milliseconds