Searched refs:WebAssemblyExceptionInfo (Results 1 – 5 of 5) sorted by relevance
123 class WebAssemblyExceptionInfo final : public MachineFunctionPass {135 WebAssemblyExceptionInfo() : MachineFunctionPass(ID) {} in WebAssemblyExceptionInfo() function136 ~WebAssemblyExceptionInfo() override { releaseMemory(); } in ~WebAssemblyExceptionInfo()137 WebAssemblyExceptionInfo(const WebAssemblyExceptionInfo &) = delete;138 WebAssemblyExceptionInfo &139 operator=(const WebAssemblyExceptionInfo &) = delete;
30 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()
27 class WebAssemblyExceptionInfo; variable66 const WebAssemblyExceptionInfo &WEI;73 const WebAssemblyExceptionInfo &WEI) in SortRegionInfo()
58 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()
57 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()