Searched refs:WebAssemblyExceptionInfo (Results 1 – 7 of 7) sorted by relevance
123 class WebAssemblyExceptionInfo final : public MachineFunctionPass {135 WebAssemblyExceptionInfo() : MachineFunctionPass(ID) { in WebAssemblyExceptionInfo() function138 ~WebAssemblyExceptionInfo() override { releaseMemory(); } in ~WebAssemblyExceptionInfo()139 WebAssemblyExceptionInfo(const WebAssemblyExceptionInfo &) = delete;140 WebAssemblyExceptionInfo &141 operator=(const WebAssemblyExceptionInfo &) = delete;
29 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()
27 class WebAssemblyExceptionInfo; variable66 const WebAssemblyExceptionInfo &WEI;73 const WebAssemblyExceptionInfo &WEI) in SortRegionInfo()
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()
26 WebAssemblyExceptionInfo.cpp
53 AU.addRequired<WebAssemblyExceptionInfo>(); in getAnalysisUsage()401 const auto &WEI = getAnalysis<WebAssemblyExceptionInfo>(); in placeLoopMarker()471 const auto &WEI = getAnalysis<WebAssemblyExceptionInfo>(); in placeTryMarker()
41 "WebAssemblyExceptionInfo.cpp",