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