Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DValue.cpp190 llvm::function_ref<bool(const Use *)> ShouldDrop) { in dropDroppableUses() argument
193 if (U.getUser()->isDroppable() && ShouldDrop(&U)) in dropDroppableUses()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DValue.h495 void dropDroppableUses(llvm::function_ref<bool(const Use *)> ShouldDrop =