Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dcombined.h76 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 Dprimary64.h257 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 Dsecondary.h146 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 Dcommon.h184 uptr BlockBegin; member
/freebsd-13.1/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-13.1/contrib/llvm-project/llvm/include/llvm/WindowsResource/
H A DResourceScriptTokenList.h25 SHORT_TOKEN(BlockBegin, '{') // Start of the script block; can also be BEGIN.
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUnroll.cpp484 LoopBlocksDFS::RPOIterator BlockBegin = DFS.beginRPO(); in UnrollLoop() local
523 for (LoopBlocksDFS::RPOIterator BB = BlockBegin; BB != BlockEnd; ++BB) { in UnrollLoop()
H A DLoopPeel.cpp516 LoopBlocksDFS::RPOIterator BlockBegin = LoopBlocks.beginRPO(); in cloneLoopBlocks() local
522 for (LoopBlocksDFS::RPOIterator BB = BlockBegin; BB != BlockEnd; ++BB) { in cloneLoopBlocks()
H A DLoopUnrollRuntime.cpp313 LoopBlocksDFS::RPOIterator BlockBegin = LoopBlocks.beginRPO(); in CloneLoopBlocks() local
323 for (LoopBlocksDFS::RPOIterator BB = BlockBegin; BB != BlockEnd; ++BB) { in CloneLoopBlocks()
H A DScalarEvolutionExpander.cpp229 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 DLoopUnrollAndJam.cpp349 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 DWinException.cpp427 auto BlockBegin = Begin->begin(); in range() local
430 InvokeStateChangeIterator(EHInfo, Begin, End, BlockBegin, BaseState), in range()