Searched refs:WebAssemblyRegColoring (Results 1 – 6 of 6) sorted by relevance
32 class WebAssemblyRegColoring final : public MachineFunctionPass { class35 WebAssemblyRegColoring() : MachineFunctionPass(ID) {} in WebAssemblyRegColoring() function in __anon5216975c0111::WebAssemblyRegColoring56 char WebAssemblyRegColoring::ID = 0;57 INITIALIZE_PASS(WebAssemblyRegColoring, DEBUG_TYPE,61 return new WebAssemblyRegColoring(); in createWebAssemblyRegColoring()75 bool WebAssemblyRegColoring::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction()
47 WebAssemblyRegColoring.cpp
111 WebAssemblyRegColoring and/or WebAssemblyRegRenumbering should sort registers
63 "WebAssemblyRegColoring.cpp",
16 ; TODO: Find a more-reduced test case for The fix in WebAssemblyRegColoring
6787 llvm/lib/Target/WebAssembly/WebAssemblyRegColoring.cpp