Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DSerializedDiagnosticReader.cpp112 BlockBegin enumerator
138 return Cursor::BlockBegin; in skipUntilRecordOrBlock()
181 case Cursor::BlockBegin: in readMetaBlock()
231 case Cursor::BlockBegin: in readDiagnosticBlock()
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dcombined.h76 void *BlockBegin = Allocator::getBlockBegin(Ptr, &Header); in recycle() local
77 Cache.deallocate(Header.ClassId, BlockBegin); in recycle()
636 BlockEnd = reinterpret_cast<uptr>(BlockBegin) +
640 BlockEnd = SecondaryT::getBlockEnd(BlockBegin);
1143 void *BlockBegin = getBlockBegin(Ptr, Header); in quarantineOrDeallocateChunk() local
1161 storeTags(reinterpret_cast<uptr>(BlockBegin), in quarantineOrDeallocateChunk()
1163 Secondary.deallocate(Options, BlockBegin); in quarantineOrDeallocateChunk()
1338 const char *BlockBegin; in getInlineErrorInfo() local
1340 if (!GetGranule(Addr, &BlockBegin, &BlockBeginTag)) in getInlineErrorInfo()
1386 if (MinDistance == 0 && CheckOOB(Info.BlockBegin)) in getInlineErrorInfo()
[all …]
H A Dsecondary.h79 uptr BlockBegin = 0; member
205 Entry.BlockBegin = reinterpret_cast<uptr>(H + 1); in store()
343 } else if (Entry.BlockBegin < NewBlockBegin) { in retrieve()
344 storeTags(Entry.BlockBegin, NewBlockBegin); in retrieve()
346 storeTags(untagPointer(NewBlockBegin), untagPointer(Entry.BlockBegin)); in retrieve()
H A Dcommon.h198 uptr BlockBegin; member
H A Dprimary64.h517 B.BlockBegin = in findNearestBlock()
520 while (B.BlockBegin < B.RegionBegin) in findNearestBlock()
521 B.BlockBegin += B.BlockSize; in findNearestBlock()
522 while (B.RegionEnd < B.BlockBegin + B.BlockSize) in findNearestBlock()
523 B.BlockBegin -= B.BlockSize; in findNearestBlock()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/WindowsResource/
H A DResourceScriptTokenList.h25 SHORT_TOKEN(BlockBegin, '{') // Start of the script block; can also be BEGIN.
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp223 BasicBlock::iterator BlockBegin = Builder.GetInsertBlock()->begin(); in InsertBinop() local
226 if (IP != BlockBegin) { in InsertBinop()
251 if (IP == BlockBegin) break; in InsertBinop()
324 BasicBlock::iterator BlockBegin = Builder.GetInsertBlock()->begin(); in expandAddToGEP() local
327 if (IP != BlockBegin) { in expandAddToGEP()
339 if (IP == BlockBegin) break; in expandAddToGEP()
H A DLoopUnroll.cpp526 LoopBlocksDFS::RPOIterator BlockBegin = DFS.beginRPO(); in UnrollLoop() local
570 for (LoopBlocksDFS::RPOIterator BB = BlockBegin; BB != BlockEnd; ++BB) { in UnrollLoop()
H A DLoopPeel.cpp722 LoopBlocksDFS::RPOIterator BlockBegin = LoopBlocks.beginRPO(); in cloneLoopBlocks() local
728 for (LoopBlocksDFS::RPOIterator BB = BlockBegin; BB != BlockEnd; ++BB) { in cloneLoopBlocks()
H A DLoopUnrollAndJam.cpp340 LoopBlocksDFS::RPOIterator BlockBegin = DFS.beginRPO(); in UnrollAndJamLoop() local
369 for (LoopBlocksDFS::RPOIterator BB = BlockBegin; BB != BlockEnd; ++BB) { in UnrollAndJamLoop()
H A DLoopUnrollRuntime.cpp350 LoopBlocksDFS::RPOIterator BlockBegin = LoopBlocks.beginRPO(); 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 DWinException.cpp416 auto BlockBegin = Begin->begin(); in range() local
419 InvokeStateChangeIterator(EHInfo, Begin, End, BlockBegin, BaseState), in range()