Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h101 unsigned CatchRetOpcode = ~0u, unsigned ReturnOpcode = ~0u)
104 ReturnOpcode(ReturnOpcode) {} in CallFrameSetupOpcode()
242 unsigned getReturnOpcode() const { return ReturnOpcode; } in getReturnOpcode()
2076 unsigned ReturnOpcode; variable