Home
last modified time | relevance | path

Searched refs:MachineProfile (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DProfileInfo.h76 ProfileInfoT<MachineFunction, MachineBasicBlock> *MachineProfile; variable
228 if (MachineProfile == 0) in MI()
229 MachineProfile = new ProfileInfoT<MachineFunction, MachineBasicBlock>(); in MI()
230 return MachineProfile; in MI()
234 return (MachineProfile != 0); in hasMI()
/external/swiftshader/third_party/LLVM/lib/Analysis/
DProfileInfo.cpp43 MachineProfile = 0; in ProfileInfoT()
47 if (MachineProfile) delete MachineProfile; in ~ProfileInfoT()