Searched refs:WebAssemblyReplacePhysRegs (Results 1 – 4 of 4) sorted by relevance
36 class WebAssemblyReplacePhysRegs final : public MachineFunctionPass { class39 WebAssemblyReplacePhysRegs() : MachineFunctionPass(ID) {} in WebAssemblyReplacePhysRegs() function in __anone2da9ee50111::WebAssemblyReplacePhysRegs55 char WebAssemblyReplacePhysRegs::ID = 0;56 INITIALIZE_PASS(WebAssemblyReplacePhysRegs, DEBUG_TYPE,61 return new WebAssemblyReplacePhysRegs(); in createWebAssemblyReplacePhysRegs()64 bool WebAssemblyReplacePhysRegs::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction()
45 WebAssemblyReplacePhysRegs.cpp
36 class WebAssemblyReplacePhysRegs final : public MachineFunctionPass { class39 WebAssemblyReplacePhysRegs() : MachineFunctionPass(ID) {} in WebAssemblyReplacePhysRegs() function in __anon35cdd48d0111::WebAssemblyReplacePhysRegs55 char WebAssemblyReplacePhysRegs::ID = 0;57 return new WebAssemblyReplacePhysRegs(); in createWebAssemblyReplacePhysRegs()60 bool WebAssemblyReplacePhysRegs::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction()
33 WebAssemblyReplacePhysRegs.cpp