Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h653 void visitCatchRet(const CatchReturnInst &I);
H A DSelectionDAGBuilder.cpp1680 void SelectionDAGBuilder::visitCatchRet(const CatchReturnInst &I) { in visitCatchRet() function in SelectionDAGBuilder