Searched refs:BlockBegin (Results 1 – 12 of 12) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
| H A D | combined.h | 76 Cache.deallocate(NewHeader.ClassId, BlockBegin); in recycle() 618 BlockEnd = reinterpret_cast<uptr>(BlockBegin) + 622 BlockEnd = SecondaryT::getBlockEnd(BlockBegin); 1106 void *BlockBegin = getBlockBegin(Ptr, &NewHeader); in quarantineOrDeallocateChunk() local 1111 TSD->Cache.deallocate(ClassId, BlockBegin); in quarantineOrDeallocateChunk() 1116 storeTags(reinterpret_cast<uptr>(BlockBegin), in quarantineOrDeallocateChunk() 1118 Secondary.deallocate(Options, BlockBegin); in quarantineOrDeallocateChunk() 1292 const char *BlockBegin; in getInlineErrorInfo() local 1294 if (!GetGranule(Addr, &BlockBegin, &BlockBeginTag)) in getInlineErrorInfo() 1340 if (MinDistance == 0 && CheckOOB(Info.BlockBegin)) in getInlineErrorInfo() [all …]
|
| H A D | primary64.h | 257 B.BlockBegin = in findNearestBlock() 260 while (B.BlockBegin < B.RegionBegin) in findNearestBlock() 261 B.BlockBegin += B.BlockSize; in findNearestBlock() 262 while (B.RegionEnd < B.BlockBegin + B.BlockSize) in findNearestBlock() 263 B.BlockBegin -= B.BlockSize; in findNearestBlock()
|
| H A D | secondary.h | 146 Entry.BlockBegin = reinterpret_cast<uptr>(H + 1); in store() 258 else if (Entry.BlockBegin < NewBlockBegin) in retrieve() 259 storeTags(Entry.BlockBegin, NewBlockBegin); in retrieve() 262 untagPointer(Entry.BlockBegin)); in retrieve() 360 uptr BlockBegin; member
|
| H A D | common.h | 184 uptr BlockBegin; member
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | SerializedDiagnosticReader.cpp | 112 BlockBegin enumerator 138 return Cursor::BlockBegin; in skipUntilRecordOrBlock() 181 case Cursor::BlockBegin: in readMetaBlock() 231 case Cursor::BlockBegin: in readDiagnosticBlock()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/WindowsResource/ |
| H A D | ResourceScriptTokenList.h | 25 SHORT_TOKEN(BlockBegin, '{') // Start of the script block; can also be BEGIN.
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | LoopUnroll.cpp | 484 LoopBlocksDFS::RPOIterator BlockBegin = DFS.beginRPO(); in UnrollLoop() local 523 for (LoopBlocksDFS::RPOIterator BB = BlockBegin; BB != BlockEnd; ++BB) { in UnrollLoop()
|
| H A D | LoopPeel.cpp | 516 LoopBlocksDFS::RPOIterator BlockBegin = LoopBlocks.beginRPO(); in cloneLoopBlocks() local 522 for (LoopBlocksDFS::RPOIterator BB = BlockBegin; BB != BlockEnd; ++BB) { in cloneLoopBlocks()
|
| H A D | LoopUnrollRuntime.cpp | 313 LoopBlocksDFS::RPOIterator BlockBegin = LoopBlocks.beginRPO(); in CloneLoopBlocks() local 323 for (LoopBlocksDFS::RPOIterator BB = BlockBegin; BB != BlockEnd; ++BB) { in CloneLoopBlocks()
|
| H A D | ScalarEvolutionExpander.cpp | 229 BasicBlock::iterator BlockBegin = Builder.GetInsertBlock()->begin(); in InsertBinop() local 232 if (IP != BlockBegin) { in InsertBinop() 257 if (IP == BlockBegin) break; in InsertBinop() 582 BasicBlock::iterator BlockBegin = Builder.GetInsertBlock()->begin(); in expandAddToGEP() local 585 if (IP != BlockBegin) { in expandAddToGEP() 595 if (IP == BlockBegin) break; in expandAddToGEP()
|
| H A D | LoopUnrollAndJam.cpp | 349 LoopBlocksDFS::RPOIterator BlockBegin = DFS.beginRPO(); in UnrollAndJamLoop() local 377 for (LoopBlocksDFS::RPOIterator BB = BlockBegin; BB != BlockEnd; ++BB) { in UnrollAndJamLoop()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | WinException.cpp | 427 auto BlockBegin = Begin->begin(); in range() local 430 InvokeStateChangeIterator(EHInfo, Begin, End, BlockBegin, BaseState), in range()
|