Searched refs:ShouldDrop (Results 1 – 5 of 5) sorted by relevance
1214 bool ShouldDrop = Record.UnderlyingType.Name.empty(); in visitTypedefRecord() local1217 ShouldDrop |= (Record.UnderlyingType.Name == Record.Name); in visitTypedefRecord()1218 if (ShouldDrop) in visitTypedefRecord()
200 llvm::function_ref<bool(const Use *)> ShouldDrop) { in dropDroppableUses() argument203 if (U.getUser()->isDroppable() && ShouldDrop(&U)) in dropDroppableUses()
542 void Function::deleteBodyImpl(bool ShouldDrop) { in deleteBodyImpl() argument554 if (ShouldDrop) { in deleteBodyImpl()
143 void deleteBodyImpl(bool ShouldDrop);
486 void dropDroppableUses(llvm::function_ref<bool(const Use *)> ShouldDrop =