Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyExceptionInfo.h123 class WebAssemblyExceptionInfo final : public MachineFunctionPass {
135 WebAssemblyExceptionInfo() : MachineFunctionPass(ID) {} in WebAssemblyExceptionInfo() function
136 ~WebAssemblyExceptionInfo() override { releaseMemory(); } in ~WebAssemblyExceptionInfo()
137 WebAssemblyExceptionInfo(const WebAssemblyExceptionInfo &) = delete;
138 WebAssemblyExceptionInfo &
139 operator=(const WebAssemblyExceptionInfo &) = delete;
H A DWebAssemblyExceptionInfo.cpp30 char WebAssemblyExceptionInfo::ID = 0;
32 INITIALIZE_PASS_BEGIN(WebAssemblyExceptionInfo, DEBUG_TYPE,
36 INITIALIZE_PASS_END(WebAssemblyExceptionInfo, DEBUG_TYPE, in INITIALIZE_PASS_DEPENDENCY()
39 bool WebAssemblyExceptionInfo::runOnMachineFunction(MachineFunction &MF) { in INITIALIZE_PASS_DEPENDENCY()
78 void WebAssemblyExceptionInfo::recalculate( in recalculate()
270 void WebAssemblyExceptionInfo::releaseMemory() { in releaseMemory()
275 void WebAssemblyExceptionInfo::getAnalysisUsage(AnalysisUsage &AU) const { in getAnalysisUsage()
282 void WebAssemblyExceptionInfo::discoverAndMapException( in discoverAndMapException()
329 WebAssemblyExceptionInfo::getOutermostException(MachineBasicBlock *MBB) const { in getOutermostException()
369 void WebAssemblyExceptionInfo::print(raw_ostream &OS, const Module *) const { in print()
H A DWebAssemblySortRegion.h27 class WebAssemblyExceptionInfo; variable
66 const WebAssemblyExceptionInfo &WEI;
73 const WebAssemblyExceptionInfo &WEI) in SortRegionInfo()
H A DWebAssemblyCFGSort.cpp58 AU.addRequired<WebAssemblyExceptionInfo>(); in getAnalysisUsage()
59 AU.addPreserved<WebAssemblyExceptionInfo>(); in getAnalysisUsage()
186 const WebAssemblyExceptionInfo &WEI, in sortBlocks()
389 const auto &WEI = getAnalysis<WebAssemblyExceptionInfo>(); in runOnMachineFunction()
H A DWebAssemblyCFGStackify.cpp57 AU.addRequired<WebAssemblyExceptionInfo>(); in getAnalysisUsage()
437 const auto &WEI = getAnalysis<WebAssemblyExceptionInfo>(); in placeLoopMarker()
507 const auto &WEI = getAnalysis<WebAssemblyExceptionInfo>(); in placeTryMarker()
701 const auto &WEI = getAnalysis<WebAssemblyExceptionInfo>(); in placeTryTableMarker()