Searched defs:hasUnwindDest (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/IR/
H A DInstructions.h3888 bool hasUnwindDest() const { return getSubclassDataFromInstruction() & 1; } function in class:llvm::InvokeInst::CatchSwitchInst
3889 bool unwindsToCaller() const { return !hasUnwindDest(); }
3891 if (hasUnwindDest())
3897 assert(hasUnwindDest());
3904 if (hasUnwindDest())
3929 if (hasUnwindDest())
3937 if (hasUnwindDest())
4203 bool hasUnwindDest() const { return getSubclassDataFromInstruction() & 1; } function in class:llvm::InvokeInst::CleanupReturnInst
4204 bool unwindsToCaller() const { return !hasUnwindDest(); }
4215 unsigned getNumSuccessors() const { return hasUnwindDest()
[all...]

Completed in 156 milliseconds