OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MFInfo
(Results
1 - 2
of
2
) sorted by null
/external/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/lib/CodeGen/
MachineFunction.cpp
62
MFInfo
= 0;
85
if (
MFInfo
) {
86
MFInfo
->~MachineFunctionInfo();
87
Allocator.Deallocate(
MFInfo
);
Completed in 23 milliseconds