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

  /external/llvm/include/llvm/Analysis/
ProfileInfo.h 77 ProfileInfoT<MachineFunction, MachineBasicBlock> *MachineProfile;
227 if (MachineProfile == 0)
228 MachineProfile = new ProfileInfoT<MachineFunction, MachineBasicBlock>();
229 return MachineProfile;
233 return (MachineProfile != 0);
  /external/llvm/lib/Analysis/
ProfileInfo.cpp 43 MachineProfile = 0;
47 if (MachineProfile) delete MachineProfile;
    [all...]

Completed in 37 milliseconds