Searched refs:LostDebugLocObserver (Results 1 – 7 of 7) sorted by relevance
19 void LostDebugLocObserver::analyzeDebugLocations() { in analyzeDebugLocations()70 void LostDebugLocObserver::checkpoint(bool CheckDebugLocs) { in checkpoint()77 void LostDebugLocObserver::createdInstr(MachineInstr &MI) { in createdInstr()93 void LostDebugLocObserver::erasingInstr(MachineInstr &MI) { in erasingInstr()102 void LostDebugLocObserver::changingInstr(MachineInstr &MI) { in changingInstr()111 void LostDebugLocObserver::changedInstr(MachineInstr &MI) { in changedInstr()
179 LostDebugLocObserver &LocObserver, in legalizeMachineFunction()351 LostDebugLocObserver LocObserver(DEBUG_TYPE); in runOnMachineFunction()
109 LostDebugLocObserver &LocObserver) { in legalizeInstrStep()595 MachineInstr &MI, LostDebugLocObserver &LocObserver) { in createMemLibcall()713 LegalizerHelper::libcall(MachineInstr &MI, LostDebugLocObserver &LocObserver) { in libcall()
19 class LostDebugLocObserver : public GISelChangeObserver {26 LostDebugLocObserver(StringRef DebugType) : DebugType(DebugType) {} in LostDebugLocObserver() function
29 class LostDebugLocObserver; variable72 LostDebugLocObserver &LocObserver,
36 class LostDebugLocObserver; variable84 LostDebugLocObserver &LocObserver);87 LegalizeResult libcall(MachineInstr &MI, LostDebugLocObserver &LocObserver);423 MachineInstr &MI, LostDebugLocObserver &LocObserver);
254 SRCS_MIN+= CodeGen/GlobalISel/LostDebugLocObserver.cpp