Searched refs:WEI (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyCFGSort.cpp81 const WebAssemblyExceptionInfo &WEI; member in class:__anon5384::RegionInfo
87 RegionInfo(const MachineLoopInfo &MLI, const WebAssemblyExceptionInfo &WEI) argument
88 : MLI(MLI), WEI(WEI) {}
93 const auto *WE = WEI.getExceptionFor(MBB);
242 const WebAssemblyExceptionInfo &WEI,
273 RegionInfo RI(MLI, WEI);
412 const auto &WEI = getAnalysis<WebAssemblyExceptionInfo>(); local
418 sortBlocks(MF, MLI, WEI, MDT);
241 sortBlocks(MachineFunction &MF, const MachineLoopInfo &MLI, const WebAssemblyExceptionInfo &WEI, const MachineDominatorTree &MDT) argument
H A DWebAssemblyCFGStackify.cpp444 const auto &WEI = getAnalysis<WebAssemblyExceptionInfo>(); local
462 WebAssemblyException *WE = WEI.getExceptionFor(&MBB);

Completed in 158 milliseconds