Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/ExtractAPI/Serialization/
H A DSymbolGraphSerializer.cpp640 bool ShouldDrop = Record.UnderlyingType.Name.empty(); in serializeTypedefRecord() local
643 ShouldDrop |= (Record.UnderlyingType.Name == Record.Name); in serializeTypedefRecord()
644 if (ShouldDrop) in serializeTypedefRecord()
/llvm-project-15.0.7/llvm/lib/IR/
H A DValue.cpp196 llvm::function_ref<bool(const Use *)> ShouldDrop) { in dropDroppableUses() argument
199 if (U.getUser()->isDroppable() && ShouldDrop(&U)) in dropDroppableUses()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DValue.h486 void dropDroppableUses(llvm::function_ref<bool(const Use *)> ShouldDrop =