Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyExceptionInfo.h123 class WebAssemblyExceptionInfo final : public MachineFunctionPass {
135 WebAssemblyExceptionInfo() : MachineFunctionPass(ID) { in WebAssemblyExceptionInfo() function
138 ~WebAssemblyExceptionInfo() override { releaseMemory(); } in ~WebAssemblyExceptionInfo()
139 WebAssemblyExceptionInfo(const WebAssemblyExceptionInfo &) = delete;
140 WebAssemblyExceptionInfo &
141 operator=(const WebAssemblyExceptionInfo &) = delete;
H A DWebAssemblyExceptionInfo.cpp1 //===--- WebAssemblyExceptionInfo.cpp - Exception Infomation --------------===//
14 #include "WebAssemblyExceptionInfo.h"
31 char WebAssemblyExceptionInfo::ID = 0;
33 INITIALIZE_PASS_BEGIN(WebAssemblyExceptionInfo, DEBUG_TYPE,
37 INITIALIZE_PASS_END(WebAssemblyExceptionInfo, DEBUG_TYPE, in INITIALIZE_PASS_DEPENDENCY()
40 bool WebAssemblyExceptionInfo::runOnMachineFunction(MachineFunction &MF) { in INITIALIZE_PASS_DEPENDENCY()
79 void WebAssemblyExceptionInfo::recalculate( in recalculate()
271 void WebAssemblyExceptionInfo::releaseMemory() { in releaseMemory()
276 void WebAssemblyExceptionInfo::getAnalysisUsage(AnalysisUsage &AU) const { in getAnalysisUsage()
283 void WebAssemblyExceptionInfo in discoverAndMapException()
[all...]
H A DWebAssemblySortRegion.h27 class WebAssemblyExceptionInfo; variable
66 const WebAssemblyExceptionInfo &WEI;
73 const WebAssemblyExceptionInfo &WEI) in SortRegionInfo()
H A DWebAssemblyCFGSort.cpp21 #include "WebAssemblyExceptionInfo.h"
60 AU.addRequired<WebAssemblyExceptionInfo>(); in getAnalysisUsage()
61 AU.addPreserved<WebAssemblyExceptionInfo>(); in getAnalysisUsage()
188 const WebAssemblyExceptionInfo &WEI, in sortBlocks()
389 const auto &WEI = getAnalysis<WebAssemblyExceptionInfo>(); in runOnMachineFunction()
H A DWebAssemblyCFGStackify.cpp26 #include "WebAssemblyExceptionInfo.h"
53 AU.addRequired<WebAssemblyExceptionInfo>(); in getAnalysisUsage()
400 const auto &WEI = getAnalysis<WebAssemblyExceptionInfo>(); in placeLoopMarker()
470 const auto &WEI = getAnalysis<WebAssemblyExceptionInfo>(); in placeTryMarker()