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;
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()269 void WebAssemblyExceptionInfo::releaseMemory() { in releaseMemory()274 void WebAssemblyExceptionInfo::getAnalysisUsage(AnalysisUsage &AU) const { in getAnalysisUsage()281 void WebAssemblyExceptionInfo::discoverAndMapException( in discoverAndMapException()328 WebAssemblyExceptionInfo::getOutermostException(MachineBasicBlock *MBB) const { in getOutermostException()368 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()401 const auto &WEI = getAnalysis<WebAssemblyExceptionInfo>(); in placeLoopMarker()471 const auto &WEI = getAnalysis<WebAssemblyExceptionInfo>(); in placeTryMarker()