Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DStackLifetime.cpp125 auto BBStart = Instructions.size(); in collectMarkers() local
133 BlockInstRange[BB] = std::make_pair(BBStart, Instructions.size()); in collectMarkers()
170 BlockInstRange[BB] = std::make_pair(BBStart, Instructions.size()); in collectMarkers()
248 unsigned BBStart, BBEnd; in calculateLiveIntervals() local
249 std::tie(BBStart, BBEnd) = BlockInstRange[BB]; in calculateLiveIntervals()
261 Start[AllocaNo] = BBStart; in calculateLiveIntervals()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp723 SlotIndex BBStart = in adjustCopiesBackFrom() local
725 S.extendInBlock(BBStart, FillerStart); in adjustCopiesBackFrom()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp1710 BasicBlock::iterator BBStart = in SelectAllBasicBlocks() local
1713 preserveFakeUses(BBStart, BBEnd); in SelectAllBasicBlocks()