Searched refs:MipsCallEntry (Results 1 – 2 of 2) sorted by relevance
27 MipsCallEntry::MipsCallEntry(const StringRef &N) { in MipsCallEntry() function in MipsCallEntry34 MipsCallEntry::MipsCallEntry(const GlobalValue *V) { in MipsCallEntry() function in MipsCallEntry40 bool MipsCallEntry::isConstant(const MachineFrameInfo *) const { in isConstant()44 bool MipsCallEntry::isAliased(const MachineFrameInfo *) const { in isAliased()48 bool MipsCallEntry::mayAlias(const MachineFrameInfo *) const { in mayAlias()52 void MipsCallEntry::printCustom(raw_ostream &O) const { in printCustom()63 for (StringMap<const MipsCallEntry *>::iterator in ~MipsFunctionInfo()123 const MipsCallEntry *&E = ExternalCallEntries[Name]; in callPtrInfo()126 E = new MipsCallEntry(Name); in callPtrInfo()132 const MipsCallEntry *&E = GlobalCallEntries[Val]; in callPtrInfo()[all …]
35 class MipsCallEntry : public PseudoSourceValue {37 explicit MipsCallEntry(const StringRef &N);38 explicit MipsCallEntry(const GlobalValue *V);140 StringMap<const MipsCallEntry *> ExternalCallEntries;141 ValueMap<const GlobalValue *, const MipsCallEntry *> GlobalCallEntries;