Home
last modified time | relevance | path

Searched refs:this_cycle (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/lldb/scripts/
Danalyze-project-deps.py194 this_cycle = set(cycle) variable
195 disjoints = [x for x in islands if this_cycle.isdisjoint(x)]
196 overlaps = [x for x in islands if not this_cycle.isdisjoint(x)]
197 islands = disjoints + [set.union(this_cycle, *overlaps)]