Home
last modified time | relevance | path

Searched refs:ThrewLI (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLowerEmscriptenEHSjLj.cpp1418 LoadInst *ThrewLI = nullptr; in handleLongjmpableCallsForEmscriptenSjLj() local
1425 Threw = ThrewLI = LI; in handleLongjmpableCallsForEmscriptenSjLj()
1431 for (auto I = std::next(BasicBlock::iterator(ThrewLI)), IE = BB->end(); in handleLongjmpableCallsForEmscriptenSjLj()
1443 assert(Threw && ThrewLI && "Cannot find __THREW__ load after invoke"); in handleLongjmpableCallsForEmscriptenSjLj()