Searched refs:set_corresponding_constructs (Results 1 – 6 of 6) sorted by relevance
67 void set_corresponding_constructs(std::vector<Construct*> constructs);
86 continue_construct.set_corresponding_constructs({&loop_construct}); in RegisterLoopMerge()87 loop_construct.set_corresponding_constructs({&continue_construct}); in RegisterLoopMerge()
58 void Construct::set_corresponding_constructs( in set_corresponding_constructs() function in spvtools::val::Construct