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