Searched refs:extra_value_to_rename (Results 1 – 2 of 2) sorted by relevance
89 void LoopBuilder::ExitLoop(Node** extra_value_to_rename) { in ExitLoop() argument90 if (extra_value_to_rename) { in ExitLoop()91 environment()->Push(*extra_value_to_rename); in ExitLoop()95 if (extra_value_to_rename) { in ExitLoop()96 *extra_value_to_rename = environment()->Pop(); in ExitLoop()
80 void ExitLoop(Node** extra_value_to_rename = nullptr);