Searched refs:ShouldDrop (Results 1 – 6 of 6) sorted by relevance
368 bool ShouldDrop(const std::string** category_name) const;
670 bool XdsApi::EdsUpdate::DropConfig::ShouldDrop( in ShouldDrop() function in grpc_core::XdsApi::EdsUpdate::DropConfig
320 const char* ShouldDrop();597 const char* GrpcLb::Serverlist::ShouldDrop() { in ShouldDrop() function in grpc_core::__anon194416590111::GrpcLb::Serverlist612 serverlist_ == nullptr ? nullptr : serverlist_->ShouldDrop(); in Pick()
185 llvm::function_ref<bool(const Use *)> ShouldDrop) { in dropDroppableUses() argument188 if (U.getUser()->isDroppable() && ShouldDrop(&U)) in dropDroppableUses()
482 void dropDroppableUses(llvm::function_ref<bool(const Use *)> ShouldDrop =
298 if (drop_config_->ShouldDrop(&drop_category)) { in Pick()