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

Method SetFunctionEnd

source/opt/function.h:288–290  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

286}
287
288inline void Function::SetFunctionEnd(std::unique_ptr<Instruction> end_inst) {
289 end_inst_ = std::move(end_inst);
290}
291
292inline void Function::AddNonSemanticInstruction(
293 std::unique_ptr<Instruction> non_semantic) {

Callers 6

AddInstructionMethod · 0.80
CloneMethod · 0.80
GetKillingFuncIdMethod · 0.80
TryToAddFunctionMethod · 0.80
ApplyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected