| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
| H A D | combined.h | 417 const uptr BlockEnd = BlockUptr + BlockSize; variable 632 uptr BlockEnd; variable 636 BlockEnd = reinterpret_cast<uptr>(BlockBegin) + 640 BlockEnd = SecondaryT::getBlockEnd(BlockBegin); 651 : BlockEnd - 1203 DCHECK_EQ(BlockEnd, untagPointer(BlockEnd)); in storeEndMarker() 1205 if (UntaggedEnd != BlockEnd) { in storeEndMarker() 1213 uptr BlockEnd) { in prepareTaggedChunk() argument 1224 storeEndMarker(TaggedEnd, Size, BlockEnd); in prepareTaggedChunk() 1229 uptr BlockEnd) { in resizeTaggedChunk() argument [all …]
|
| H A D | secondary.h | 484 uptr *BlockEnd = nullptr, 578 const uptr BlockEnd = H->CommitBase + H->CommitSize; in allocate() local 580 *BlockEndPtr = BlockEnd; in allocate() 588 BlockEnd - PtrInt); in allocate()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Host/common/ |
| H A D | Editline.cpp | 380 location == CursorLocation::BlockEnd || in GetLineIndexForLocation() 387 } else if (location == CursorLocation::BlockEnd) { in GetLineIndexForLocation() 538 MoveCursor(CursorLocation::BlockEnd, CursorLocation::EditingPrompt); in RecallHistory() 672 MoveCursor(CursorLocation::BlockEnd, CursorLocation::EditingPrompt); in BreakLineCommand() 709 MoveCursor(CursorLocation::EditingCursor, CursorLocation::BlockEnd); in EndOrAddLineCommand() 750 MoveCursor(CursorLocation::BlockEnd, CursorLocation::EditingCursor); in DeleteNextCharCommand() 783 MoveCursor(CursorLocation::BlockEnd, CursorLocation::EditingPrompt); in DeletePreviousCharCommand() 898 MoveCursor(CursorLocation::BlockEnd, CursorLocation::EditingPrompt); in FixIndentationCommand() 926 MoveCursor(CursorLocation::EditingCursor, CursorLocation::BlockEnd); in BufferEndCommand() 928 MoveCursor(CursorLocation::BlockEnd, CursorLocation::EditingPrompt); in BufferEndCommand() [all …]
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | SerializedDiagnosticReader.cpp | 111 BlockEnd, enumerator 143 return Cursor::BlockEnd; in skipUntilRecordOrBlock() 188 case Cursor::BlockEnd: in readMetaBlock() 242 case Cursor::BlockEnd: in readDiagnosticBlock()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | MachineBasicBlock.h | 494 BlockEnd(MBB.succ_end()) { 496 BlockI = BlockEnd; 497 else if (BlockI != BlockEnd) { 533 if (BlockI != BlockEnd) 535 return RHS.BlockI == BlockEnd; 548 } while (BlockI != BlockEnd && (*BlockI)->livein_empty()); 549 if (BlockI == BlockEnd) 558 const_succ_iterator BlockEnd;
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/WindowsResource/ |
| H A D | ResourceScriptTokenList.h | 26 SHORT_TOKEN(BlockEnd, '}') // End of the block; can also be END.
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | SplitKit.cpp | 1190 SlotIndex BlockStart, BlockEnd; in transferValues() local 1191 std::tie(BlockStart, BlockEnd) = LIS.getSlotIndexes()->getMBBRange(&*MBB); in transferValues() 1195 VNInfo *VNI = LI.extendInBlock(BlockStart, std::min(BlockEnd, End)); in transferValues() 1199 if (BlockEnd <= End) in transferValues() 1204 BlockStart = BlockEnd; in transferValues() 1211 BlockEnd = LIS.getMBBEndIdx(&*MBB); in transferValues() 1215 VNInfo *VNI = LI.extendInBlock(BlockStart, std::min(BlockEnd, End)); in transferValues() 1217 if (End >= BlockEnd) in transferValues() 1222 if (End < BlockEnd) in transferValues() 1230 BlockStart = BlockEnd; in transferValues()
|
| H A D | AssignmentTrackingAnalysis.cpp | 238 unsigned BlockEnd = VarLocRecords.size(); in init() local 240 if (BlockEnd != BlockStart) in init() 241 VarLocsBeforeInst[I] = {BlockStart, BlockEnd}; in init()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
| H A D | MachOLinkGraphBuilder.cpp | 527 orc::ExecutorAddr BlockEnd = in graphifyRegularSymbols() local 531 orc::ExecutorAddrDiff BlockSize = BlockEnd - BlockStart; in graphifyRegularSymbols() 535 << " -- " << formatv("{0:x16}", BlockEnd) << ": " in graphifyRegularSymbols() 552 auto SymEnd = BlockEnd; in graphifyRegularSymbols()
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Host/ |
| H A D | Editline.h | 138 BlockEnd enumerator
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | LoopUnroll.cpp | 527 LoopBlocksDFS::RPOIterator BlockEnd = DFS.endRPO(); in UnrollLoop() local 570 for (LoopBlocksDFS::RPOIterator BB = BlockBegin; BB != BlockEnd; ++BB) { in UnrollLoop()
|
| H A D | LoopPeel.cpp | 723 LoopBlocksDFS::RPOIterator BlockEnd = LoopBlocks.endRPO(); in cloneLoopBlocks() local 728 for (LoopBlocksDFS::RPOIterator BB = BlockBegin; BB != BlockEnd; ++BB) { in cloneLoopBlocks()
|
| H A D | LoopUnrollAndJam.cpp | 341 LoopBlocksDFS::RPOIterator BlockEnd = DFS.endRPO(); in UnrollAndJamLoop() local 369 for (LoopBlocksDFS::RPOIterator BB = BlockBegin; BB != BlockEnd; ++BB) { in UnrollAndJamLoop()
|
| H A D | LoopUnrollRuntime.cpp | 351 LoopBlocksDFS::RPOIterator BlockEnd = LoopBlocks.endRPO(); in CloneLoopBlocks() local 358 for (LoopBlocksDFS::RPOIterator BB = BlockBegin; BB != BlockEnd; ++BB) { in CloneLoopBlocks()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | WinException.cpp | 417 auto BlockEnd = std::prev(End)->end(); in range() local 420 InvokeStateChangeIterator(EHInfo, End, End, BlockEnd, BaseState)); in range()
|