/llvm-project/bolt/lib/Core/ |
H A D | ParallelUtilities.cpp | 122 __anon3ba753da0202(std::map<uint64_t, BinaryFunction>::iterator BlockBegin, std::map<uint64_t, BinaryFunction>::iterator BlockEnd) runOnEachFunction() argument 149 auto BlockBegin = BC.getBinaryFunctions().begin(); runOnEachFunction() local 177 __anon3ba753da0302(std::map<uint64_t, BinaryFunction>::iterator BlockBegin, std::map<uint64_t, BinaryFunction>::iterator BlockEnd, MCPlusBuilder::AllocatorIdTy AllocId) runOnEachFunctionWithUniqueAllocId() argument 218 auto BlockBegin = BC.getBinaryFunctions().begin(); runOnEachFunctionWithUniqueAllocId() local [all...] |
/llvm-project/clang-tools-extra/clang-doc/ |
H A D | BitcodeReader.h | 38 enum class Cursor { BadBlock = 1, Record, BlockEnd, BlockBegin }; enumerator
|
/llvm-project/clang/lib/Frontend/ |
H A D | SerializedDiagnosticReader.cpp | 112 BlockBegin enumerator
|
/llvm-project/compiler-rt/lib/scudo/standalone/ |
H A D | combined.h | 82 void *BlockBegin = Allocator::getBlockBegin(Ptr, &Header); in recycle() local 534 void *BlockBegin = getBlockBegin(OldTaggedPtr, &Header); global() variable 1252 void *BlockBegin; quarantineOrDeallocateChunk() local 1310 void *BlockBegin = getBlockBegin(Ptr, Header); retagBlock() local 1489 const char *BlockBegin; getInlineErrorInfo() local [all...] |
H A D | common.h | 202 uptr BlockBegin; global() member
|
H A D | secondary.h | 79 uptr BlockBegin = 0; global() member
|
/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | LoopUnrollRuntime.cpp | 350 LoopBlocksDFS::RPOIterator BlockBegin = LoopBlocks.beginRPO(); CloneLoopBlocks() local
|
H A D | LoopPeel.cpp | 762 LoopBlocksDFS::RPOIterator BlockBegin = LoopBlocks.beginRPO(); cloneLoopBlocks() local
|
H A D | LoopUnrollAndJam.cpp | 340 LoopBlocksDFS::RPOIterator BlockBegin = DFS.beginRPO(); UnrollAndJamLoop() local
|
H A D | LoopUnroll.cpp | 678 LoopBlocksDFS::RPOIterator BlockBegin = DFS.beginRPO(); UnrollLoop() local
|
H A D | ScalarEvolutionExpander.cpp | 262 BasicBlock::iterator BlockBegin = Builder.GetInsertBlock()->begin(); InsertBinop() local 363 BasicBlock::iterator BlockBegin = Builder.GetInsertBlock()->begin(); expandAddToGEP() local
|
/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | WinException.cpp | 416 auto BlockBegin = Begin->begin(); in range() local
|