Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLowerEmscriptenEHSjLj.cpp1421 SSAUpdater SetjmpTableSSA; in runSjLjOnFunction() local
1423 SetjmpTableSSA.Initialize(PointerType::get(C, 0), "setjmpTable"); in runSjLjOnFunction()
1426 SetjmpTableSSA.AddAvailableValue(I->getParent(), I); in runSjLjOnFunction()
1433 SetjmpTableSSA.RewriteUse(U); in runSjLjOnFunction()