HomeSort by: relevance | last modified time | path
    Searched refs:MFInfo (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MachineFunction.h 242 MachineFunctionInfo *MFInfo;
657 if (!MFInfo)
658 MFInfo = Ty::template create<Ty>(Allocator, *this);
659 return static_cast<Ty*>(MFInfo);
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MachineFunction.cpp 164 MFInfo = nullptr;
233 if (MFInfo) {
234 MFInfo->~MachineFunctionInfo();
235 Allocator.Deallocate(MFInfo);

Completed in 25 milliseconds