2 references to BasicBlocks
ILCompiler.ReadyToRun (2)
IBC\IBCDataModel.cs (1)
107case SectionIteratorKind.BasicBlocks:
IBC\IBCProfileParser.cs (1)
54IBCData.SectionIteratorKind iteratorKind = basicBlocksOnly ? IBCData.SectionIteratorKind.BasicBlocks : IBCData.SectionIteratorKind.TokenFlags;