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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyPrepareForLiveIntervals.cpp1 //===- WebAssemblyPrepareForLiveIntervals.cpp - Prepare for LiveIntervals -===//
37 class WebAssemblyPrepareForLiveIntervals final : public MachineFunctionPass {
40 WebAssemblyPrepareForLiveIntervals() : MachineFunctionPass(ID) {} function in class:__anon4380::final
56 char WebAssemblyPrepareForLiveIntervals::ID = 0;
57 INITIALIZE_PASS(WebAssemblyPrepareForLiveIntervals, DEBUG_TYPE,
61 return new WebAssemblyPrepareForLiveIntervals();
72 bool WebAssemblyPrepareForLiveIntervals::runOnMachineFunction(

Completed in 99 milliseconds