Searched refs:BlockStart (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/CodeGen/ |
| H A D | SplitKit.cpp | 1175 SlotIndex BlockStart, BlockEnd; in transferValues() local 1176 std::tie(BlockStart, BlockEnd) = LIS.getSlotIndexes()->getMBBRange(&*MBB); in transferValues() 1179 if (Start != BlockStart) { in transferValues() 1180 VNInfo *VNI = LI.extendInBlock(BlockStart, std::min(BlockEnd, End)); in transferValues() 1189 BlockStart = BlockEnd; in transferValues() 1193 assert(Start <= BlockStart && "Expected live-in block"); in transferValues() 1194 while (BlockStart < End) { in transferValues() 1197 if (BlockStart == ParentVNI->def) { in transferValues() 1200 VNInfo *VNI = LI.extendInBlock(BlockStart, std::min(BlockEnd, End)); in transferValues() 1215 BlockStart = BlockEnd; in transferValues()
|
| H A D | LiveIntervals.cpp | 391 SlotIndex BlockStart = Indexes->getMBBStartIdx(MBB); in extendSegmentsToUses() local 394 if (VNInfo *ExtVNI = Segments.extendInBlock(BlockStart, Idx)) { in extendSegmentsToUses() 398 if (!VNI->isPHIDef() || VNI->def != BlockStart || in extendSegmentsToUses() 414 LLVM_DEBUG(dbgs() << " live-in at " << BlockStart << '\n'); in extendSegmentsToUses() 415 Segments.addSegment(LiveRange::Segment(BlockStart, Idx, VNI)); in extendSegmentsToUses()
|
| /freebsd-12.1/contrib/llvm/tools/llvm-pdbutil/ |
| H A D | ExplainOutputStyle.cpp | 96 uint64_t BlockStart = pdbBlockIndex() * File.pdb().getBlockSize(); in pdbBlockOffset() local 97 assert(FileOffset >= BlockStart); in pdbBlockOffset() 98 return FileOffset - BlockStart; in pdbBlockOffset()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/ |
| H A D | Editline.cpp | 462 MoveCursor(CursorLocation::EditingCursor, CursorLocation::BlockStart); in RecallHistory() 846 MoveCursor(CursorLocation::EditingCursor, CursorLocation::BlockStart); in BufferStartCommand() 1261 MoveCursor(CursorLocation::EditingCursor, CursorLocation::BlockStart); in Cancel() 1344 MoveCursor(CursorLocation::BlockEnd, CursorLocation::BlockStart); in GetLines() 1370 MoveCursor(CursorLocation::EditingCursor, CursorLocation::BlockStart); in PrintAsync()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Host/ |
| H A D | Editline.h | 127 BlockStart, enumerator
|