Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/
H A DWebAssemblyCFGSort.cpp106 class WebAssemblyCFGSort final : public MachineFunctionPass { class
124 WebAssemblyCFGSort() : MachineFunctionPass(ID) {} in WebAssemblyCFGSort() function in __anon676071ee0111::WebAssemblyCFGSort
128 char WebAssemblyCFGSort::ID = 0;
129 INITIALIZE_PASS(WebAssemblyCFGSort, DEBUG_TYPE,
133 return new WebAssemblyCFGSort(); in createWebAssemblyCFGSort()
395 bool WebAssemblyCFGSort::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction()