Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Core/
H A DParallelUtilities.cpp120 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 Dcombined.h76 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 Dprimary64.h259 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 Dsecondary.h159 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 Dcommon.h184 uptr BlockBegin; member
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/llvm/tools/llvm-rc/
H A DResourceScriptParser.cpp384 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 DResourceScriptTokenList.def27 SHORT_TOKEN(BlockBegin, '{') // Start of the script block; can also be BEGIN.
H A DResourceScriptToken.cpp354 Token = RCToken(Kind::BlockBegin, Name); in processIdentifier()
/llvm-project-15.0.7/llvm/test/tools/llvm-rc/
H A Dtokenizer.test22 ; CHECK-NEXT: BlockBegin: {
26 ; CHECK-NEXT: BlockBegin: Begin
/llvm-project-15.0.7/llvm/include/llvm/WindowsResource/
H A DResourceScriptTokenList.h25 SHORT_TOKEN(BlockBegin, '{') // Start of the script block; can also be BEGIN.
/llvm-project-15.0.7/clang-tools-extra/clang-doc/
H A DBitcodeReader.h38 enum class Cursor { BadBlock = 1, Record, BlockEnd, BlockBegin }; enumerator
H A DBitcodeReader.cpp565 case Cursor::BlockBegin: in readBlock()
677 return Cursor::BlockBegin; in skipUntilRecordOrBlock()
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DLoopPeel.cpp587 LoopBlocksDFS::RPOIterator BlockBegin = LoopBlocks.beginRPO(); in cloneLoopBlocks() local
593 for (LoopBlocksDFS::RPOIterator BB = BlockBegin; BB != BlockEnd; ++BB) { in cloneLoopBlocks()
H A DLoopUnroll.cpp494 LoopBlocksDFS::RPOIterator BlockBegin = DFS.beginRPO(); in UnrollLoop() local
537 for (LoopBlocksDFS::RPOIterator BB = BlockBegin; BB != BlockEnd; ++BB) { in UnrollLoop()
H A DScalarEvolutionExpander.cpp228 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 DLoopUnrollRuntime.cpp324 LoopBlocksDFS::RPOIterator BlockBegin = LoopBlocks.beginRPO(); in CloneLoopBlocks() local
332 for (LoopBlocksDFS::RPOIterator BB = BlockBegin; BB != BlockEnd; ++BB) { in CloneLoopBlocks()
H A DLoopUnrollAndJam.cpp347 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 DWinException.cpp424 auto BlockBegin = Begin->begin(); in range() local
427 InvokeStateChangeIterator(EHInfo, Begin, End, BlockBegin, BaseState), in range()