Searched refs:WebAssemblyCFGSort (Results 1 – 1 of 1) sorted by relevance
49 class WebAssemblyCFGSort final : public MachineFunctionPass { class67 WebAssemblyCFGSort() : MachineFunctionPass(ID) {} in WebAssemblyCFGSort() function in __anonbe6a9ea90111::WebAssemblyCFGSort71 char WebAssemblyCFGSort::ID = 0;72 INITIALIZE_PASS(WebAssemblyCFGSort, DEBUG_TYPE,76 return new WebAssemblyCFGSort(); in createWebAssemblyCFGSort()383 bool WebAssemblyCFGSort::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction()