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

Method GetInsertBlock

IDEHelper/Compiler/BfIRBuilder.cpp:5417–5425  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5415}
5416
5417BfIRBlock BfIRBuilder::GetInsertBlock()
5418{
5419 if (!mIgnoreWrites)
5420 {
5421 BF_ASSERT(!mActualInsertBlock.IsFake());
5422 return mActualInsertBlock;
5423 }
5424 return mInsertBlock;
5425}
5426
5427void BfIRBuilder::MoveBlockToEnd(BfIRBlock block)
5428{

Callers 15

AddDeferredCallEntryMethod · 0.45
TryInitVarMethod · 0.45
TryCaseTupleMatchMethod · 0.45
TryCaseEnumMatchMethod · 0.45
HandleCaseBindMethod · 0.45
VisitCodeBlockMethod · 0.45
VisitMethod · 0.45
DoForLessMethod · 0.45

Calls 1

IsFakeMethod · 0.45

Tested by

no test coverage detected