Searched defs:to_clean (Results 1 – 6 of 6) sorted by relevance
80 void inlineForkedClosures(std::shared_ptr<Graph>& to_clean) { in inlineForkedClosures()
75 void liftClosures(const std::shared_ptr<Graph>& to_clean) { in liftClosures()
47 std::vector<Node*> to_clean; // nodes that should be dead at the end in lower_graph() local
179 for (const auto& to_clean : clean_up) { in FlushUnlocked() local
326 for (const auto& to_clean : clean_up) { in FlushUnlocked() local
5743 void runCleanupPasses(std::shared_ptr<Graph>& to_clean) { in runCleanupPasses()