HomeSort by relevance Sort by last modified time
    Searched refs:MFInfo (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/CodeGen/
MachineFunction.h 87 MachineFunctionInfo *MFInfo;
237 if (!MFInfo) {
242 MFInfo = new (Loc) Ty(*this);
244 return static_cast<Ty*>(MFInfo);
  /external/llvm/lib/CodeGen/
MachineFunction.cpp 62 MFInfo = 0;
99 if (MFInfo) {
100 MFInfo->~MachineFunctionInfo();
101 Allocator.Deallocate(MFInfo);
    [all...]

Completed in 73 milliseconds