MCPcopy Create free account
hub / github.com/KhronosGroup/SPIRV-Tools / AddGraphEntryPoint

Method AddGraphEntryPoint

source/opt/module.h:372–374  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

370}
371
372inline void Module::AddGraphEntryPoint(std::unique_ptr<Instruction> e) {
373 graph_entry_points_.push_back(std::move(e));
374}
375
376inline void Module::AddExecutionMode(std::unique_ptr<Instruction> e) {
377 execution_modes_.push_back(std::move(e));

Callers 1

AddInstructionMethod · 0.80

Calls 1

push_backMethod · 0.45

Tested by

no test coverage detected