Searched refs:MachineProfile (Results 1 – 2 of 2) sorted by relevance
76 ProfileInfoT<MachineFunction, MachineBasicBlock> *MachineProfile; variable228 if (MachineProfile == 0) in MI()229 MachineProfile = new ProfileInfoT<MachineFunction, MachineBasicBlock>(); in MI()230 return MachineProfile; in MI()234 return (MachineProfile != 0); in hasMI()
43 MachineProfile = 0; in ProfileInfoT()47 if (MachineProfile) delete MachineProfile; in ~ProfileInfoT()