Searched refs:WebAssemblyExceptionInfo (Results 1 – 5 of 5) 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;
31 char WebAssemblyExceptionInfo::ID = 0;33 INITIALIZE_PASS_BEGIN(WebAssemblyExceptionInfo, DEBUG_TYPE,37 INITIALIZE_PASS_END(WebAssemblyExceptionInfo, DEBUG_TYPE, in INITIALIZE_PASS_DEPENDENCY()40 bool WebAssemblyExceptionInfo::runOnMachineFunction(MachineFunction &MF) { in INITIALIZE_PASS_DEPENDENCY()79 void WebAssemblyExceptionInfo::recalculate( in recalculate()271 void WebAssemblyExceptionInfo::releaseMemory() { in releaseMemory()276 void WebAssemblyExceptionInfo::getAnalysisUsage(AnalysisUsage &AU) const { in getAnalysisUsage()283 void WebAssemblyExceptionInfo::discoverAndMapException( in discoverAndMapException()330 WebAssemblyExceptionInfo::getOutermostException(MachineBasicBlock *MBB) const { in getOutermostException()370 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()
53 AU.addRequired<WebAssemblyExceptionInfo>(); in getAnalysisUsage()400 const auto &WEI = getAnalysis<WebAssemblyExceptionInfo>(); in placeLoopMarker()470 const auto &WEI = getAnalysis<WebAssemblyExceptionInfo>(); in placeTryMarker()