Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/ExtractAPI/Serialization/
H A DSymbolGraphSerializer.cpp793 bool ShouldDrop = Record.UnderlyingType.Name.empty(); in serializeTypedefRecord() local
796 ShouldDrop |= (Record.UnderlyingType.Name == Record.Name); in serializeTypedefRecord()
797 if (ShouldDrop) in serializeTypedefRecord()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DValue.cpp199 llvm::function_ref<bool(const Use *)> ShouldDrop) { in dropDroppableUses() argument
202 if (U.getUser()->isDroppable() && ShouldDrop(&U)) in dropDroppableUses()
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DValue.h486 void dropDroppableUses(llvm::function_ref<bool(const Use *)> ShouldDrop =