MCPcopy Create free account
hub / github.com/ROCm/AMDMIGraphX / push_front

Method push_front

src/module.cpp:99–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97 }
98
99 void push_front(const instruction& ins) { insert(instructions.begin(), ins); }
100
101 void push_back(const instruction& ins) { insert(instructions.end(), ins); }
102

Callers 1

add_outlineMethod · 0.80

Calls 2

insertFunction · 0.85
beginMethod · 0.45

Tested by

no test coverage detected