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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLateEHPrepare.cpp192 auto CatchPos = EHPad->begin(); local
193 if (CatchPos->isEHLabel()) // EH pad starts with an EH label
194 ++CatchPos;
195 MachineInstr *Catch = &*CatchPos;
297 auto CatchPos = EHPad->begin(); local
298 if (CatchPos->isEHLabel()) // EH pad starts with an EH label
299 ++CatchPos;
300 MachineInstr *Catch = &*CatchPos;

Completed in 68 milliseconds