Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DAnalysis.cpp786 if (MBBI == MBB.end() || MBBI->getOpcode() != TII->getCatchReturnOpcode()) in getEHScopeMembership()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h234 unsigned getCatchReturnOpcode() const { return CatchRetOpcode; } in getCatchReturnOpcode() function