Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInstruction.cpp1075 bool IncludePhaseOneUnwind) { in canUnwindPastLandingPad() argument
1079 return IncludePhaseOneUnwind; in canUnwindPastLandingPad()
1096 bool Instruction::mayThrow(bool IncludePhaseOneUnwind) const { in mayThrow()
1112 return canUnwindPastLandingPad(LP, IncludePhaseOneUnwind); in mayThrow()
1117 return IncludePhaseOneUnwind; in mayThrow()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstruction.h779 bool mayThrow(bool IncludePhaseOneUnwind = false) const LLVM_READONLY;