HomeSort by: relevance | last modified time | path
    Searched refs:WebAssemblyExceptionInfo (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
WebAssemblyExceptionInfo.h 1 //===-- WebAssemblyExceptionInfo.h - WebAssembly Exception Info -*- C++ -*-===//
123 class WebAssemblyExceptionInfo final : public MachineFunctionPass {
135 WebAssemblyExceptionInfo() : MachineFunctionPass(ID) {
138 ~WebAssemblyExceptionInfo() override { releaseMemory(); }
139 WebAssemblyExceptionInfo(const WebAssemblyExceptionInfo &) = delete;
140 WebAssemblyExceptionInfo &
141 operator=(const WebAssemblyExceptionInfo &) = delete;
WebAssemblySortRegion.h 27 class WebAssemblyExceptionInfo;
66 const WebAssemblyExceptionInfo &WEI;
73 const WebAssemblyExceptionInfo &WEI)
WebAssemblyExceptionInfo.cpp 1 //===--- WebAssemblyExceptionInfo.cpp - Exception Infomation --------------===//
14 #include "WebAssemblyExceptionInfo.h"
29 char WebAssemblyExceptionInfo::ID = 0;
31 INITIALIZE_PASS_BEGIN(WebAssemblyExceptionInfo, DEBUG_TYPE,
35 INITIALIZE_PASS_END(WebAssemblyExceptionInfo, DEBUG_TYPE,
38 bool WebAssemblyExceptionInfo::runOnMachineFunction(MachineFunction &MF) {
77 void WebAssemblyExceptionInfo::recalculate(
267 void WebAssemblyExceptionInfo::releaseMemory() {
272 void WebAssemblyExceptionInfo::getAnalysisUsage(AnalysisUsage &AU) const {
279 void WebAssemblyExceptionInfo::discoverAndMapException
    [all...]
WebAssemblyCFGSort.cpp 22 #include "WebAssemblyExceptionInfo.h"
60 AU.addRequired<WebAssemblyExceptionInfo>();
61 AU.addPreserved<WebAssemblyExceptionInfo>();
188 const WebAssemblyExceptionInfo &WEI,
389 const auto &WEI = getAnalysis<WebAssemblyExceptionInfo>();
WebAssemblyCFGStackify.cpp 27 #include "WebAssemblyExceptionInfo.h"
53 AU.addRequired<WebAssemblyExceptionInfo>();
401 const auto &WEI = getAnalysis<WebAssemblyExceptionInfo>();
471 const auto &WEI = getAnalysis<WebAssemblyExceptionInfo>();

Completed in 24 milliseconds