Home
last modified time | relevance | path

Searched refs:blockStartIndex (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DSlotIndexes.cpp98 SlotIndex blockStartIndex(&indexList.back(), SlotIndex::Slot_Block); in analyze() local
115 MBBRanges[MBB.getNumber()].first = blockStartIndex; in analyze()
118 idx2MBBMap.push_back(IdxMBBPair(blockStartIndex, &MBB)); in analyze()