Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DValue.h472 bool hasNUndroppableUses(unsigned N) const;
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DValue.cpp191 bool Value::hasNUndroppableUses(unsigned int N) const { in hasNUndroppableUses() function in Value