Home
last modified time | relevance | path

Searched refs:WebAssemblyPrepareForLiveIntervals (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyPrepareForLiveIntervals.cpp37 class WebAssemblyPrepareForLiveIntervals final : public MachineFunctionPass { class
40 WebAssemblyPrepareForLiveIntervals() : MachineFunctionPass(ID) {} in WebAssemblyPrepareForLiveIntervals() function in __anon798ee9da0111::WebAssemblyPrepareForLiveIntervals
56 char WebAssemblyPrepareForLiveIntervals::ID = 0;
57 INITIALIZE_PASS(WebAssemblyPrepareForLiveIntervals, DEBUG_TYPE,
61 return new WebAssemblyPrepareForLiveIntervals(); in createWebAssemblyPrepareForLiveIntervals()
72 bool WebAssemblyPrepareForLiveIntervals::runOnMachineFunction( in runOnMachineFunction()
H A DCMakeLists.txt44 WebAssemblyPrepareForLiveIntervals.cpp
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/lib/Target/WebAssembly/
H A DBUILD.gn61 "WebAssemblyPrepareForLiveIntervals.cpp",