Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DAnalysis.cpp699 if (MBBI->getOpcode() != TII->getCatchReturnOpcode()) in getFuncletMembership()
/external/llvm/include/llvm/Target/
DTargetInstrInfo.h155 unsigned getCatchReturnOpcode() const { return CatchRetOpcode; } in getCatchReturnOpcode() function