Searched refs:cut_edge (Results 1 – 1 of 1) sorted by relevance
221 self.call_graph.cut_edge(min_limit, hit_func_ids)222 self.reverse_call_graph.cut_edge(min_limit, hit_func_ids)379 def cut_edge(self, min_limit: float, hit_func_ids: Set[int]): member in CallNode387 child.cut_edge(min_limit, hit_func_ids)