Home
last modified time | relevance | path

Searched defs:isUnused (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGCall.h381 bool isUnused() const { return IsUnused; } in isUnused() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DLiveInterval.h81 bool isUnused() const { return !def.isValid(); } in isUnused() function