Searched refs:WebAssemblyReplacePhysRegs (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyReplacePhysRegs.cpp1 //===-- WebAssemblyReplacePhysRegs.cpp - Replace phys regs with virt regs -===//
35 class WebAssemblyReplacePhysRegs final : public MachineFunctionPass {
38 WebAssemblyReplacePhysRegs() : MachineFunctionPass(ID) {} function in class:__anon4385::final
54 char WebAssemblyReplacePhysRegs::ID = 0;
55 INITIALIZE_PASS(WebAssemblyReplacePhysRegs, DEBUG_TYPE,
60 return new WebAssemblyReplacePhysRegs();
63 bool WebAssemblyReplacePhysRegs::runOnMachineFunction(MachineFunction &MF) {

Completed in 108 milliseconds