Searched defs:willReturn (Results 1 – 2 of 2) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/ | ||
H A D | Function.h | 635 bool willReturn() const { return hasFnAttribute(Attribute::WillReturn); } willReturn() function |
/freebsd-src/contrib/llvm-project/llvm/lib/IR/ | ||
H A D | Instruction.cpp | 1040 bool Instruction::willReturn() const { willReturn() function in Instruction |