Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DInstruction.cpp983 bool IncludePhaseOneUnwind) { in canUnwindPastLandingPad() argument
987 return IncludePhaseOneUnwind; in canUnwindPastLandingPad()
1004 bool Instruction::mayThrow(bool IncludePhaseOneUnwind) const { in mayThrow()
1020 return canUnwindPastLandingPad(LP, IncludePhaseOneUnwind); in mayThrow()
1025 return IncludePhaseOneUnwind; in mayThrow()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstruction.h744 bool mayThrow(bool IncludePhaseOneUnwind = false) const LLVM_READONLY;