Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLowerEmscriptenEHSjLj.cpp1377 SmallVector<Instruction *, 16> ExitingInsts; in runSjLjOnFunction() local
1381 ExitingInsts.push_back(TI); in runSjLjOnFunction()
1392 ExitingInsts.push_back(&I); in runSjLjOnFunction()
1396 for (auto *I : ExitingInsts) { in runSjLjOnFunction()