MCPcopy Create free account
hub / github.com/beefytech/Beef / SetInsertPointAtStart

Method SetInsertPointAtStart

IDEHelper/Compiler/BfIRBuilder.cpp:5360–5370  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5358}
5359
5360void BfIRBuilder::SetInsertPointAtStart(BfIRBlock block)
5361{
5362 BfIRValue retVal = WriteCmd(BfIRCmd_SetInsertPointAtStart, block);
5363 if (!mIgnoreWrites)
5364 {
5365 BF_ASSERT(!block.IsFake());
5366 mActualInsertBlock = block;
5367 }
5368 mInsertBlock = block;
5369 NEW_CMD_INSERTED;
5370}
5371
5372void BfIRBuilder::EraseFromParent(BfIRBlock block)
5373{

Callers 5

AddDeferredCallEntryMethod · 0.45
VisitCodeBlockMethod · 0.45
TryLocalVariableInitMethod · 0.45
SaveStackStateMethod · 0.45
VisitMethod · 0.45

Calls 1

IsFakeMethod · 0.45

Tested by

no test coverage detected