Searched refs:thunk_to_total_order (Results 1 – 1 of 1) sorted by relevance
86 std::unordered_map<const Thunk*, int> thunk_to_total_order; in RemoveRedundantDependencyEdges() local88 InsertOrDie(&thunk_to_total_order, thunk_total_order_[i], i); in RemoveRedundantDependencyEdges()126 int src_order = FindOrDie(thunk_to_total_order, src); in RemoveRedundantDependencyEdges()