Searched refs:SIDebuggerInsertNops (Results 1 – 2 of 2) sorted by relevance
36 class SIDebuggerInsertNops : public MachineFunctionPass { class40 SIDebuggerInsertNops() : MachineFunctionPass(ID) { } in SIDebuggerInsertNops() function in __anon9ee3022b0111::SIDebuggerInsertNops53 INITIALIZE_PASS(SIDebuggerInsertNops, DEBUG_TYPE, PASS_NAME, false, false)55 char SIDebuggerInsertNops::ID = 0;56 char &llvm::SIDebuggerInsertNopsID = SIDebuggerInsertNops::ID;59 return new SIDebuggerInsertNops(); in createSIDebuggerInsertNopsPass()62 bool SIDebuggerInsertNops::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction()
65 SIDebuggerInsertNops.cpp