Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DValue.cpp188 llvm::function_ref<bool(const Use *)> ShouldDrop) { in dropDroppableUses() argument
191 if (U.getUser()->isDroppable() && ShouldDrop(&U)) in dropDroppableUses()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DValue.h483 void dropDroppableUses(llvm::function_ref<bool(const Use *)> ShouldDrop =