Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h100 unsigned CatchRetOpcode = ~0u, unsigned ReturnOpcode = ~0u)
103 ReturnOpcode(ReturnOpcode) {} in CallFrameSetupOpcode()
233 unsigned getReturnOpcode() const { return ReturnOpcode; } in getReturnOpcode()
1982 unsigned ReturnOpcode; variable