Home
last modified time | relevance | path

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

/external/llvm-project/llvm/include/llvm/IR/
DValue.h473 bool hasNUndroppableUsesOrMore(unsigned N) const;
/external/llvm-project/llvm/lib/IR/
DValue.cpp180 bool Value::hasNUndroppableUsesOrMore(unsigned int N) const { in hasNUndroppableUsesOrMore() function in Value