Searched refs:ShouldDrop (Results 1 – 5 of 5) sorted by relevance
998 bool ShouldDrop = Record->UnderlyingType.Name.empty(); in visitTypedefRecord() local1001 ShouldDrop |= (Record->UnderlyingType.Name == Record->Name); in visitTypedefRecord()1002 if (ShouldDrop) in visitTypedefRecord()
209 llvm::function_ref<bool(const Use *)> ShouldDrop) { in dropDroppableUses() argument212 if (U.getUser()->isDroppable() && ShouldDrop(&U)) in dropDroppableUses()
603 void Function::deleteBodyImpl(bool ShouldDrop) { in deleteBodyImpl() argument615 if (ShouldDrop) { in deleteBodyImpl()
147 void deleteBodyImpl(bool ShouldDrop);
492 dropDroppableUses(llvm::function_ref<bool(const Use *)> ShouldDrop =