Searched refs:GISelCSEInfo (Results 1 – 8 of 8) sorted by relevance
86 void GISelCSEInfo::setMF(MachineFunction &MF) { in setMF()91 GISelCSEInfo::~GISelCSEInfo() {} in ~GISelCSEInfo()93 bool GISelCSEInfo::isUniqueMachineInstValid( in isUniqueMachineInstValid()102 void GISelCSEInfo::invalidateUniqueMachineInstr(UniqueMachineInstr *UMI) { in invalidateUniqueMachineInstr()109 UniqueMachineInstr *GISelCSEInfo::getNodeIfExists(FoldingSetNodeID &ID, in getNodeIfExists()125 void GISelCSEInfo::insertNode(UniqueMachineInstr *UMI, void *InsertPos) { in insertNode()142 UniqueMachineInstr *GISelCSEInfo::getUniqueInstrForMI(const MachineInstr *MI) { in getUniqueInstrForMI()148 void GISelCSEInfo::insertInstr(MachineInstr *MI, void *InsertPos) { in insertInstr()156 MachineInstr *GISelCSEInfo::getMachineInstrIfExists(FoldingSetNodeID &ID, in getMachineInstrIfExists()167 void GISelCSEInfo::countOpcodeHit(unsigned Opc) { in countOpcodeHit()[all …]
37 GISelCSEInfo *CSEInfo = getCSEInfo(); in getDominatingInstrForID()59 const GISelCSEInfo *CSEInfo = getCSEInfo(); in canPerformCSEForOpc()
99 GISelCSEInfo *CSEInfo) { in combineMachineInstrs()
334 GISelCSEInfo *CSEInfo = nullptr; in runOnMachineFunction()
3096 GISelCSEInfo *CSEInfo = nullptr; in runOnMachineFunction()
30 friend class GISelCSEInfo; variable69 class GISelCSEInfo : public GISelChangeObserver {115 GISelCSEInfo() = default;117 virtual ~GISelCSEInfo();203 GISelCSEInfo Info;212 GISelCSEInfo &get(std::unique_ptr<CSEConfigBase> CSEOpt,
23 class GISelCSEInfo; variable34 bool combineMachineInstrs(MachineFunction &MF, GISelCSEInfo *CSEInfo);
55 GISelCSEInfo *CSEInfo = nullptr;297 GISelCSEInfo *getCSEInfo() { return State.CSEInfo; } in getCSEInfo()298 const GISelCSEInfo *getCSEInfo() const { return State.CSEInfo; } in getCSEInfo()315 void setCSEInfo(GISelCSEInfo *Info) { State.CSEInfo = Info; } in setCSEInfo()