/llvm-project/llvm/include/llvm/XRay/ |
H A D | BlockIndexer.h | 28 struct Block { struct 36 using Index = DenseMap<std::pair<uint64_t, int32_t>, std::vector<Block>>; argument
|
H A D | Profile.h | 62 struct Block { struct 77 /// Appends a fully-formed Block instance into the Profile. argument
|
/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | VPlanCFG.h | 68 VPAllSuccessorsIterator(BlockPtrTy Block, size_t Idx = 0) in Block() argument 38 BlockPtrTy Block; global() variable 53 deref(T1 Block,unsigned SuccIdx) deref() argument 78 end(BlockPtrTy Block) end() argument [all...] |
/llvm-project/clang/docs/ |
H A D | PCHInternals.rst | 199 .. _pchinternals-sourcemgr: 227 .. _pchinternals-preprocessor: 240 .. _pchinternals-types: 263 .. _pchinternals-decls: 394 .. _pchinternals-method-pool:
|
/llvm-project/clang/lib/Analysis/FlowSensitive/ |
H A D | AdornedCFG.cpp | 31 for (const CFGBlock *Block : Cfg) { buildStmtToBasicBlockMap() local 50 for (const CFGBlock *Block : Cfg) { buildStmtToBasicBlockMap() local 67 for (const CFGBlock *Block : Cfg) { buildStmtToBasicBlockMap() local 81 const CFGBlock *Block = BlocksToVisit.back(); findReachableBlocks() local 104 __anon3cf8474e0102(const Stmt *S, const CFGBlock *Block) buildContainsExprConsumedInDifferentBlock() argument 114 for (const CFGBlock *Block : Cfg) { buildContainsExprConsumedInDifferentBlock() local [all...] |
H A D | HTMLLogger.cpp | 248 return llvm::formatv("B{0}", Block); in blockID() argument 251 return llvm::formatv("B{0}.{1}", Block, Element); in eltID() argument 254 return llvm::formatv("B{0}:{1}", Block, Iter); in iterID() argument 153 const CFGBlock *Block; global() member 257 elementIterID(unsigned Block,unsigned Iter,unsigned Element) elementIterID() argument 269 unsigned Block = Iters.back().Block->getBlockID(); recordState() local 423 for (const auto *Block : ACFG->getCFG()) { writeCode() local 510 for (const auto *Block : CFG) { buildCFGDot() local [all...] |
/llvm-project/clang-tools-extra/clang-doc/ |
H A D | BitcodeWriter.cpp | 287 StreamSubBlockGuard Block(Stream, BI_VERSION_BLOCK_ID); emitVersionBlock() local 315 emitAbbrev(RecordId ID,BlockId Block) emitAbbrev() argument 406 for (const auto &Block : RecordsByBlock) { emitBlockInfoBlock() local 428 StreamSubBlockGuard Block(Stream, BI_REFERENCE_BLOCK_ID); emitBlock() local 438 StreamSubBlockGuard Block(Stream, BI_TYPE_BLOCK_ID); emitBlock() local 443 StreamSubBlockGuard Block(Stream, BI_TYPEDEF_BLOCK_ID); emitBlock() local 457 StreamSubBlockGuard Block(Stream, BI_FIELD_TYPE_BLOCK_ID); emitBlock() local 464 StreamSubBlockGuard Block(Stream, BI_MEMBER_TYPE_BLOCK_ID); emitBlock() local 473 StreamSubBlockGuard Block(Stream, BI_COMMENT_BLOCK_ID); emitBlock() local 495 StreamSubBlockGuard Block(Stream, BI_NAMESPACE_BLOCK_ID); emitBlock() local 516 StreamSubBlockGuard Block(Stream, BI_ENUM_BLOCK_ID); emitBlock() local 535 StreamSubBlockGuard Block(Stream, BI_ENUM_VALUE_BLOCK_ID); emitBlock() local 542 StreamSubBlockGuard Block(Stream, BI_RECORD_BLOCK_ID); emitBlock() local 577 StreamSubBlockGuard Block(Stream, BI_BASE_RECORD_BLOCK_ID); emitBlock() local 592 StreamSubBlockGuard Block(Stream, BI_FUNCTION_BLOCK_ID); emitBlock() local 614 StreamSubBlockGuard Block(Stream, BI_TEMPLATE_BLOCK_ID); emitBlock() local 622 StreamSubBlockGuard Block(Stream, BI_TEMPLATE_SPECIALIZATION_BLOCK_ID); emitBlock() local 629 StreamSubBlockGuard Block(Stream, BI_TEMPLATE_PARAM_BLOCK_ID); emitBlock() local [all...] |
/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | DebugLinesSubsection.h | 107 struct Block { struct 108 Block(uint32_t ChecksumBufferOffset) in Block() function 124 void createBlock(StringRef FileName); argument
|
/llvm-project/clang/lib/Analysis/ |
H A D | ThreadSafetyTIL.cpp | 169 for (auto *Block : successors()) in topologicalSort() local 262 for (auto *Block : Blocks) in renumberInstrs() local 305 for (auto *Block : Blocks) in computeNormalForm() local 318 for (auto *Block : Blocks.reverse()) { in computeNormalForm() local 324 for (auto *Block : Blocks) { in computeNormalForm() local 329 for (auto *Block : Blocks.reverse()) { in computeNormalForm() local
|
/llvm-project/llvm/unittests/XRay/ |
H A D | FDRBlockVerifierTest.cpp | 71 auto Block = LogBuilder() in TEST() local 86 auto Block = LogBuilder() in TEST() local 100 auto Block = LogBuilder() in TEST() local 115 auto Block = LogBuilder() in TEST() local
|
/llvm-project/flang/include/flang/Parser/ |
H A D | char-buffer.h | 60 struct Block { struct 65 int LastBlockOffset() const { return bytes_ % Block::capacity; } in LastBlockOffset() argument
|
/llvm-project/clang-tools-extra/clang-tidy/readability/ |
H A D | RedundantControlFlowCheck.cpp | 54 const MatchFinder::MatchResult &Result, const CompoundStmt *Block) { in checkRedundantReturn() 62 const MatchFinder::MatchResult &Result, const CompoundStmt *Block) { in checkRedundantContinue() 70 const MatchFinder::MatchResult &Result, const CompoundStmt *const Block, in issueDiagnostic()
|
/llvm-project/compiler-rt/lib/scudo/standalone/tests/ |
H A D | chunk_test.cpp | 28 void *Block = malloc(HeaderSize + Size); in TEST() local 44 void *Block = malloc(HeaderSize + Size); in TEST() local
|
/llvm-project/llvm/lib/DebugInfo/CodeView/ |
H A D | SymbolRecordHelpers.cpp | 36 BlockSym Block = createRecord<BlockSym>(Sym); in getScopeEndOffset() local 67 BlockSym Block = createRecord<BlockSym>(Sym); in getScopeParentOffset() local
|
/llvm-project/llvm/include/llvm/ADT/ |
H A D | GenericCycleImpl.h | 203 addBlockToCycle(BlockT * Block,CycleT * Cycle) addBlockToCycle() argument 274 BlockT *Block = Worklist.pop_back_val(); run() local 338 BlockT *Block = TraverseStack.back(); dfs() local 456 getCycleDepth(const BlockT * Block) getCycleDepth() argument 518 BlockT *Block = Entry.first; validateTree() local [all...] |
H A D | GenericCycleInfo.h | 85 appendEntry(BlockT * Block) appendEntry() argument 86 appendBlock(BlockT * Block) appendBlock() argument 106 isEntry(const BlockT * Block) isEntry() argument 111 contains(const BlockT * Block) contains() argument [all...] |
/llvm-project/libc/src/__support/ |
H A D | blockstore.h | 35 struct Block { global() struct 37 nextBlock global() argument [all...] |
/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | SampleProfileInference.cpp | 626 auto &Block = Func.Blocks[I]; in joinIsolatedComponents() local 834 auto &Block = Func.Blocks[Queue.front()]; in findUnknownSubgraph() local 874 for (auto *Block : UnknownBlocks) { in canRebalanceSubgraph() local 927 auto fillInDegree = [&](const FlowBlock *Block) { in isAcyclicSubgraph() 935 for (auto *Block : UnknownBlocks) { in isAcyclicSubgraph() local 946 FlowBlock *Block = &Func.Blocks[Queue.front()]; in isAcyclicSubgraph() local 994 for (auto *Block : UnknownBlocks) { in rebalanceUnknownSubgraph() local 1009 const FlowBlock *Block, uint64_t BlockFlow) { in rebalanceBlock() 1076 auto &Block = Func.Blocks[B]; in initializeNetwork() local 1128 const FlowBlock &Block) { in assignBlockCosts() [all …]
|
/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIMachineScheduler.cpp | 1255 SIScheduleBlock *Block = CurrentBlocks[i]; topologicalSort() local 1266 SIScheduleBlock *Block = CurrentBlocks[i]; topologicalSort() local 1279 SIScheduleBlock *Block = CurrentBlocks[i]; topologicalSort() local 1300 SIScheduleBlock *Block = CurrentBlocks[i]; scheduleInsideBlocks() local 1316 SIScheduleBlock *Block = CurrentBlocks[BlockIndice]; scheduleInsideBlocks() local 1347 SIScheduleBlock *Block = CurrentBlocks[i]; scheduleInsideBlocks() local 1377 SIScheduleBlock *Block = CurrentBlocks[BlockIndice]; fillStats() local 1392 SIScheduleBlock *Block = CurrentBlocks[BlockIndice]; fillStats() local 1453 SIScheduleBlock *Block = Blocks[i]; SIScheduleBlockScheduler() local 1460 SIScheduleBlock *Block = Blocks[i]; SIScheduleBlockScheduler() local 1475 SIScheduleBlock *Block = Blocks[ID]; SIScheduleBlockScheduler() local 1507 SIScheduleBlock *Block = Blocks[i]; SIScheduleBlockScheduler() local 1513 while (SIScheduleBlock *Block = pickBlock()) { SIScheduleBlockScheduler() local 1574 SIScheduleBlock *Block; pickBlock() local 1656 decreaseLiveRegs(SIScheduleBlock * Block,std::set<unsigned> & Regs) decreaseLiveRegs() argument 1671 for (const auto &Block : Parent->getSuccs()) { releaseBlockSuccs() local 1681 blockScheduled(SIScheduleBlock * Block) blockScheduled() argument [all...] |
/llvm-project/compiler-rt/lib/xray/ |
H A D | xray_allocator.h | 166 struct Block { struct 168 static constexpr auto Size = nearest_boundary(N, kCacheLineSize); 169 void *Data;
|
/llvm-project/mlir/include/mlir/Dialect/Bufferization/IR/ |
H A D | AllocationOpInterface.h | 24 Block = 1 << 1, // Indicates dominated block hoisting kind enumerator
|
/llvm-project/mlir/include/mlir/IR/ |
H A D | Unit.h | 22 class Block; variable
|
/llvm-project/mlir/lib/Analysis/ |
H A D | CFGLoopInfo.cpp | 23 const llvm::DominatorTreeBase<mlir::Block, false> &domTree) { in CFGLoopInfo()
|
/llvm-project/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_dense_alloc.h | 120 struct Block { struct 125 Block *MapBlock(IndexT idx) { return reinterpret_cast<Block *>(Map(idx)); } in MapBlock() argument
|
/llvm-project/llvm/lib/ExecutionEngine/Orc/Debugging/ |
H A D | DebugInfoSupport.cpp | 41 for (auto Block : Sec.blocks()) { in preserveDWARFSection() local 60 for (auto *Block : SecBlocks) { in getSectionData() local
|