Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyCFGSort.cpp51 class WebAssemblyCFGSort final : public MachineFunctionPass { class
69 WebAssemblyCFGSort() : MachineFunctionPass(ID) {} in WebAssemblyCFGSort() function in __anon424ab3d40111::WebAssemblyCFGSort
73 char WebAssemblyCFGSort::ID = 0;
74 INITIALIZE_PASS(WebAssemblyCFGSort, DEBUG_TYPE,
78 return new WebAssemblyCFGSort(); in createWebAssemblyCFGSort()
383 bool WebAssemblyCFGSort::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction()
H A DCMakeLists.txt22 WebAssemblyCFGSort.cpp
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/lib/Target/WebAssembly/
H A DBUILD.gn37 "WebAssemblyCFGSort.cpp",