Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLowerEmscriptenEHSjLj.cpp1378 SmallVector<Instruction *, 16> ExitingInsts; in runSjLjOnFunction() local
1382 ExitingInsts.push_back(TI); in runSjLjOnFunction()
1393 ExitingInsts.push_back(&I); in runSjLjOnFunction()
1397 for (auto *I : ExitingInsts) { in runSjLjOnFunction()