MCPcopy Create free account
hub / github.com/google/gapid / setInsertPointAtEnd

Method setInsertPointAtEnd

core/codegen/builder.go:407–412  ·  view source on GitHub ↗
(block llvm.BasicBlock)

Source from the content-addressed store, hash-verified

405}
406
407func (b *Builder) setInsertPointAtEnd(block llvm.BasicBlock) {
408 b.llvm.SetInsertPointAtEnd(block)
409 // LLVM will clear the debug location on a insert point change.
410 // Restore it to what we previously had.
411 b.dbgRestoreLocation()
412}

Callers 7

InvokeMethod · 0.95
LocalMethod · 0.95
IfElseMethod · 0.95
WhileMethod · 0.95
ForNMethod · 0.95
SwitchMethod · 0.95
blockMethod · 0.95

Calls 1

dbgRestoreLocationMethod · 0.95

Tested by

no test coverage detected