struct copy_plan::hop
Declaration
struct copy_plan::hop { /* full declaration omitted */ };
Description
A node in the copy tree.
Declared at: src/instruction_graph_generator.cc:1293
Member Variables
- copy_plan::location location
- std::vector<hop> next
Member Function Overview
Member Functions
¶hop& chain(const copy_plan::location& loc) &
hop& chain(const copy_plan::location& loc) &
Declared at: src/instruction_graph_generator.cc:1298
Parameters
- const copy_plan::location& loc
¶hop(copy_plan::location loc)
hop(copy_plan::location loc)
Declared at: src/instruction_graph_generator.cc:1297
Parameters
- copy_plan::location loc