Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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.cpp29 char WebAssemblyExceptionInfo::ID = 0;
31 INITIALIZE_PASS_BEGIN(WebAssemblyExceptionInfo, DEBUG_TYPE,
35 INITIALIZE_PASS_END(WebAssemblyExceptionInfo, DEBUG_TYPE, in INITIALIZE_PASS_DEPENDENCY()
38 bool WebAssemblyExceptionInfo::runOnMachineFunction(MachineFunction &MF) { in INITIALIZE_PASS_DEPENDENCY()
77 void WebAssemblyExceptionInfo::recalculate( in recalculate()
267 void WebAssemblyExceptionInfo::releaseMemory() { in releaseMemory()
272 void WebAssemblyExceptionInfo::getAnalysisUsage(AnalysisUsage &AU) const { in getAnalysisUsage()
279 void WebAssemblyExceptionInfo::discoverAndMapException( in discoverAndMapException()
326 WebAssemblyExceptionInfo::getOutermostException(MachineBasicBlock *MBB) const { in getOutermostException()
366 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.cpp60 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 DCMakeLists.txt26 WebAssemblyExceptionInfo.cpp
H A DWebAssemblyCFGStackify.cpp53 AU.addRequired<WebAssemblyExceptionInfo>(); in getAnalysisUsage()
401 const auto &WEI = getAnalysis<WebAssemblyExceptionInfo>(); in placeLoopMarker()
471 const auto &WEI = getAnalysis<WebAssemblyExceptionInfo>(); in placeTryMarker()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/lib/Target/WebAssembly/
H A DBUILD.gn41 "WebAssemblyExceptionInfo.cpp",