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