OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MFInfo
(Results
1 - 2
of
2
) sorted by null
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
MachineFunction.h
86
MachineFunctionInfo *
MFInfo
;
211
if (!
MFInfo
) {
216
MFInfo
= new (Loc) Ty(*this);
218
return static_cast<Ty*>(
MFInfo
);
/external/llvm/include/llvm/CodeGen/
MachineFunction.h
172
MachineFunctionInfo *
MFInfo
;
356
if (!
MFInfo
)
357
MFInfo
= Ty::template create<Ty>(Allocator, *this);
358
return static_cast<Ty*>(
MFInfo
);
Completed in 42 milliseconds