Searched refs:ShouldDrop (Results 1 – 3 of 3) sorted by relevance
640 bool ShouldDrop = Record.UnderlyingType.Name.empty(); in serializeTypedefRecord() local643 ShouldDrop |= (Record.UnderlyingType.Name == Record.Name); in serializeTypedefRecord()644 if (ShouldDrop) in serializeTypedefRecord()
196 llvm::function_ref<bool(const Use *)> ShouldDrop) { in dropDroppableUses() argument199 if (U.getUser()->isDroppable() && ShouldDrop(&U)) in dropDroppableUses()
486 void dropDroppableUses(llvm::function_ref<bool(const Use *)> ShouldDrop =