| /llvm-project-15.0.7/bolt/lib/Core/ |
| H A D | ParallelUtilities.cpp | 120 auto runBlock = [&](std::map<uint64_t, BinaryFunction>::iterator BlockBegin, in runOnEachFunction() 125 for (auto It = BlockBegin; It != BlockEnd; ++It) { in runOnEachFunction() 148 auto BlockBegin = BC.getBinaryFunctions().begin(); in runOnEachFunction() local 157 Pool.async(runBlock, BlockBegin, std::next(It)); in runOnEachFunction() 158 BlockBegin = std::next(It); in runOnEachFunction() 162 Pool.async(runBlock, BlockBegin, BC.getBinaryFunctions().end()); in runOnEachFunction() 180 for (auto It = BlockBegin; It != BlockEnd; ++It) { in runOnEachFunctionWithUniqueAllocId() 205 auto BlockBegin = BC.getBinaryFunctions().begin(); in runOnEachFunctionWithUniqueAllocId() local 220 Pool.async(runBlock, BlockBegin, std::next(It), AllocId); in runOnEachFunctionWithUniqueAllocId() 222 BlockBegin = std::next(It); in runOnEachFunctionWithUniqueAllocId() [all …]
|
| /llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/ |
| H A D | combined.h | 76 Cache.deallocate(NewHeader.ClassId, BlockBegin); in recycle() 628 BlockEnd = reinterpret_cast<uptr>(BlockBegin) + 632 BlockEnd = SecondaryT::getBlockEnd(BlockBegin); 1116 void *BlockBegin = getBlockBegin(Ptr, &NewHeader); in quarantineOrDeallocateChunk() local 1121 TSD->Cache.deallocate(ClassId, BlockBegin); in quarantineOrDeallocateChunk() 1126 storeTags(reinterpret_cast<uptr>(BlockBegin), in quarantineOrDeallocateChunk() 1128 Secondary.deallocate(Options, BlockBegin); in quarantineOrDeallocateChunk() 1302 const char *BlockBegin; in getInlineErrorInfo() local 1304 if (!GetGranule(Addr, &BlockBegin, &BlockBeginTag)) in getInlineErrorInfo() 1350 if (MinDistance == 0 && CheckOOB(Info.BlockBegin)) in getInlineErrorInfo() [all …]
|
| H A D | primary64.h | 259 B.BlockBegin = in findNearestBlock() 262 while (B.BlockBegin < B.RegionBegin) in findNearestBlock() 263 B.BlockBegin += B.BlockSize; in findNearestBlock() 264 while (B.RegionEnd < B.BlockBegin + B.BlockSize) in findNearestBlock() 265 B.BlockBegin -= B.BlockSize; in findNearestBlock()
|
| H A D | secondary.h | 159 Entry.BlockBegin = reinterpret_cast<uptr>(H + 1); in store() 271 else if (Entry.BlockBegin < NewBlockBegin) in retrieve() 272 storeTags(Entry.BlockBegin, NewBlockBegin); in retrieve() 275 untagPointer(Entry.BlockBegin)); in retrieve() 373 uptr BlockBegin; member
|
| H A D | common.h | 184 uptr BlockBegin; member
|
| /llvm-project-15.0.7/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()
|
| /llvm-project-15.0.7/llvm/tools/llvm-rc/ |
| H A D | ResourceScriptParser.cpp | 384 while (!isNextTokenKind(Kind::BlockBegin)) { in parseOptionalStatements() 429 RETURN_IF_ERROR(consumeType(Kind::BlockBegin)); in parseAcceleratorsResource() 474 assert(isNextTokenKind(Kind::BlockBegin) && in parseDialogResource() 506 RETURN_IF_ERROR(consumeType(Kind::BlockBegin)); in parseUserDefinedResource() 626 RETURN_IF_ERROR(consumeType(Kind::BlockBegin)); in parseMenuItemsList() 688 RETURN_IF_ERROR(consumeType(Kind::BlockBegin)); in parseStringTableResource() 715 RETURN_IF_ERROR(consumeType(Kind::BlockBegin)); in parseVersionInfoBlockContents() 767 while (!isNextTokenKind(Kind::BlockBegin)) { in parseVersionInfoFixed()
|
| H A D | ResourceScriptTokenList.def | 27 SHORT_TOKEN(BlockBegin, '{') // Start of the script block; can also be BEGIN.
|
| H A D | ResourceScriptToken.cpp | 354 Token = RCToken(Kind::BlockBegin, Name); in processIdentifier()
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-rc/ |
| H A D | tokenizer.test | 22 ; CHECK-NEXT: BlockBegin: { 26 ; CHECK-NEXT: BlockBegin: Begin
|
| /llvm-project-15.0.7/llvm/include/llvm/WindowsResource/ |
| H A D | ResourceScriptTokenList.h | 25 SHORT_TOKEN(BlockBegin, '{') // Start of the script block; can also be BEGIN.
|
| /llvm-project-15.0.7/clang-tools-extra/clang-doc/ |
| H A D | BitcodeReader.h | 38 enum class Cursor { BadBlock = 1, Record, BlockEnd, BlockBegin }; enumerator
|
| H A D | BitcodeReader.cpp | 565 case Cursor::BlockBegin: in readBlock() 677 return Cursor::BlockBegin; in skipUntilRecordOrBlock()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Utils/ |
| H A D | LoopPeel.cpp | 587 LoopBlocksDFS::RPOIterator BlockBegin = LoopBlocks.beginRPO(); in cloneLoopBlocks() local 593 for (LoopBlocksDFS::RPOIterator BB = BlockBegin; BB != BlockEnd; ++BB) { in cloneLoopBlocks()
|
| H A D | LoopUnroll.cpp | 494 LoopBlocksDFS::RPOIterator BlockBegin = DFS.beginRPO(); in UnrollLoop() local 537 for (LoopBlocksDFS::RPOIterator BB = BlockBegin; BB != BlockEnd; ++BB) { in UnrollLoop()
|
| H A D | ScalarEvolutionExpander.cpp | 228 BasicBlock::iterator BlockBegin = Builder.GetInsertBlock()->begin(); in InsertBinop() local 231 if (IP != BlockBegin) { in InsertBinop() 256 if (IP == BlockBegin) break; in InsertBinop() 583 BasicBlock::iterator BlockBegin = Builder.GetInsertBlock()->begin(); in expandAddToGEP() local 586 if (IP != BlockBegin) { in expandAddToGEP() 598 if (IP == BlockBegin) break; in expandAddToGEP()
|
| H A D | LoopUnrollRuntime.cpp | 324 LoopBlocksDFS::RPOIterator BlockBegin = LoopBlocks.beginRPO(); in CloneLoopBlocks() local 332 for (LoopBlocksDFS::RPOIterator BB = BlockBegin; BB != BlockEnd; ++BB) { in CloneLoopBlocks()
|
| H A D | LoopUnrollAndJam.cpp | 347 LoopBlocksDFS::RPOIterator BlockBegin = DFS.beginRPO(); in UnrollAndJamLoop() local 375 for (LoopBlocksDFS::RPOIterator BB = BlockBegin; BB != BlockEnd; ++BB) { in UnrollAndJamLoop()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | WinException.cpp | 424 auto BlockBegin = Begin->begin(); in range() local 427 InvokeStateChangeIterator(EHInfo, Begin, End, BlockBegin, BaseState), in range()
|