Searched refs:ShouldDrop (Results 1 – 5 of 5) sorted by relevance
986 bool ShouldDrop = Record->UnderlyingType.Name.empty(); in visitTypedefRecord() local989 ShouldDrop |= (Record->UnderlyingType.Name == Record->Name); in visitTypedefRecord()990 if (ShouldDrop) in visitTypedefRecord()
200 llvm::function_ref<bool(const Use *)> ShouldDrop) { in dropDroppableUses() argument203 if (U.getUser()->isDroppable() && ShouldDrop(&U)) in dropDroppableUses()
595 void Function::deleteBodyImpl(bool ShouldDrop) { in deleteBodyImpl() argument607 if (ShouldDrop) { in deleteBodyImpl()
146 void deleteBodyImpl(bool ShouldDrop);
486 void dropDroppableUses(llvm::function_ref<bool(const Use *)> ShouldDrop =