Home
last modified time | relevance | path

Searched defs:Block (Results 1 – 25 of 209) sorted by relevance

123456789

/llvm-project-15.0.7/llvm/include/llvm/XRay/
H A DBlockIndexer.h28 struct Block { struct
36 using Index = DenseMap<std::pair<uint64_t, int32_t>, std::vector<Block>>; argument
H A DProfile.h62 struct Block { struct
77 /// Appends a fully-formed Block instance into the Profile. argument
/llvm-project-15.0.7/clang/docs/
H A DPCHInternals.rst199 .. _pchinternals-sourcemgr:
227 .. _pchinternals-preprocessor:
240 .. _pchinternals-types:
263 .. _pchinternals-decls:
394 .. _pchinternals-method-pool:
/llvm-project-15.0.7/clang-tools-extra/clang-doc/
H A DBitcodeWriter.cpp265 StreamSubBlockGuard Block(Stream, BI_VERSION_BLOCK_ID); in emitVersionBlock() local
382 for (const auto &Block : RecordsByBlock) { in emitBlockInfoBlock() local
404 StreamSubBlockGuard Block(Stream, BI_REFERENCE_BLOCK_ID); in emitBlock() local
414 StreamSubBlockGuard Block(Stream, BI_TYPE_BLOCK_ID); in emitBlock() local
419 StreamSubBlockGuard Block(Stream, BI_FIELD_TYPE_BLOCK_ID); in emitBlock() local
425 StreamSubBlockGuard Block(Stream, BI_MEMBER_TYPE_BLOCK_ID); in emitBlock() local
432 StreamSubBlockGuard Block(Stream, BI_COMMENT_BLOCK_ID); in emitBlock() local
454 StreamSubBlockGuard Block(Stream, BI_NAMESPACE_BLOCK_ID); in emitBlock() local
473 StreamSubBlockGuard Block(Stream, BI_ENUM_BLOCK_ID); in emitBlock() local
490 StreamSubBlockGuard Block(Stream, BI_RECORD_BLOCK_ID); in emitBlock() local
[all …]
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugLinesSubsection.h107 struct Block { struct
108 Block(uint32_t ChecksumBufferOffset) in Block() function
124 void createBlock(StringRef FileName); argument
/llvm-project-15.0.7/clang/lib/Analysis/
H A DThreadSafetyTIL.cpp169 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-15.0.7/llvm/unittests/XRay/
H A DFDRBlockVerifierTest.cpp73 auto Block = LogBuilder() in TEST() local
88 auto Block = LogBuilder() in TEST() local
102 auto Block = LogBuilder() in TEST() local
117 auto Block = LogBuilder() in TEST() local
/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/tests/
H A Dchunk_test.cpp28 void *Block = malloc(HeaderSize + Size); in TEST() local
48 void *Block = malloc(HeaderSize + Size); in TEST() local
67 void *Block = malloc(HeaderSize + Size); in TEST() local
/llvm-project-15.0.7/flang/include/flang/Parser/
H A Dchar-buffer.h60 struct Block { struct
65 int LastBlockOffset() const { return bytes_ % Block::capacity; } in LastBlockOffset() argument
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/readability/
H A DRedundantControlFlowCheck.cpp56 const MatchFinder::MatchResult &Result, const CompoundStmt *Block) { in checkRedundantReturn()
64 const MatchFinder::MatchResult &Result, const CompoundStmt *Block) { in checkRedundantContinue()
72 const MatchFinder::MatchResult &Result, const CompoundStmt *const Block, in issueDiagnostic()
/llvm-project-15.0.7/llvm/lib/DebugInfo/CodeView/
H A DSymbolRecordHelpers.cpp36 BlockSym Block = createRecord<BlockSym>(Sym); in getScopeEndOffset() local
67 BlockSym Block = createRecord<BlockSym>(Sym); in getScopeParentOffset() local
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DSIMachineScheduler.cpp1257 SIScheduleBlock *Block = CurrentBlocks[i]; in topologicalSort() local
1268 SIScheduleBlock *Block = CurrentBlocks[i]; in topologicalSort() local
1281 SIScheduleBlock *Block = CurrentBlocks[i]; in topologicalSort() local
1302 SIScheduleBlock *Block = CurrentBlocks[i]; in scheduleInsideBlocks() local
1349 SIScheduleBlock *Block = CurrentBlocks[i]; in scheduleInsideBlocks() local
1455 SIScheduleBlock *Block = Blocks[i]; in SIScheduleBlockScheduler() local
1462 SIScheduleBlock *Block = Blocks[i]; in SIScheduleBlockScheduler() local
1477 SIScheduleBlock *Block = Blocks[ID]; in SIScheduleBlockScheduler() local
1509 SIScheduleBlock *Block = Blocks[i]; in SIScheduleBlockScheduler() local
1515 while (SIScheduleBlock *Block = pickBlock()) { in SIScheduleBlockScheduler() local
[all …]
/llvm-project-15.0.7/clang/include/clang/Analysis/Analyses/
H A DPostOrderCFGView.h51 std::pair<llvm::NoneType, bool> insert(const CFGBlock *Block) { in insert()
67 bool alreadySet(const CFGBlock *Block) { in alreadySet()
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/bugprone/
H A DUseAfterMoveCheck.cpp132 const CFGBlock *Block = BlockMap->blockContainingStmt(MovingCall); in find() local
143 bool UseAfterMoveFinder::findInternal(const CFGBlock *Block, in findInternal()
215 const CFGBlock *Block, const ValueDecl *MovedVariable, in getUsesAndReinits()
258 const CFGBlock *Block, const Decl *MovedVariable, in getDeclRefs()
296 const CFGBlock *Block, const ValueDecl *MovedVariable, in getReinits()
/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A DGenericCycleImpl.h242 BlockT *Block = Worklist.pop_back_val(); in run() local
306 BlockT *Block = TraverseStack.back(); in dfs() local
385 unsigned GenericCycleInfo<ContextT>::getCycleDepth(const BlockT *Block) const { in getCycleDepth()
447 BlockT *Block = Entry.first; in validateTree() local
H A DGenericCycleInfo.h87 void appendEntry(BlockT *Block) { Entries.push_back(Block); } in appendEntry()
88 void appendBlock(BlockT *Block) { Blocks.push_back(Block); } in appendBlock()
108 bool isEntry(BlockT *Block) const { return is_contained(Entries, Block); } in isEntry()
111 bool contains(const BlockT *Block) const { in contains()
/llvm-project-15.0.7/compiler-rt/lib/xray/
H A Dxray_allocator.h166 struct Block { struct
168 static constexpr auto Size = nearest_boundary(N, kCacheLineSize);
169 void *Data;
/llvm-project-15.0.7/clang/lib/Analysis/FlowSensitive/
H A DTypeErasedDataflowAnalysis.cpp64 const CFGBlock &Block) { in blockIndexInPredecessor()
168 const CFGBlock &Block, const Environment &InitEnv, in computeBlockInputState()
307 const CFGBlock &Block, const Environment &InitEnv, in transferBlock()
365 while (const CFGBlock *Block = Worklist.dequeue()) { in runTypeErasedDataflowAnalysis() local
397 for (const CFGBlock *Block : CFCtx.getCFG()) { in runTypeErasedDataflowAnalysis() local
/llvm-project-15.0.7/llvm/include/llvm/Bitstream/
H A DBitstreamWriter.h59 struct Block { struct
63 Block(unsigned PCS, size_t SSW) : PrevCodeSize(PCS), StartSizeWord(SSW) {} in Block() argument
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DSampleProfileInference.cpp614 auto &Block = Func.Blocks[I]; in joinIsolatedComponents() local
823 auto &Block = Func.Blocks[Queue.front()]; in findUnknownSubgraph() local
863 for (auto Block : UnknownBlocks) { in canRebalanceSubgraph() local
916 auto fillInDegree = [&](const FlowBlock *Block) { in isAcyclicSubgraph()
924 for (auto Block : UnknownBlocks) { in isAcyclicSubgraph() local
935 FlowBlock *Block = &Func.Blocks[Queue.front()]; in isAcyclicSubgraph() local
983 for (auto Block : UnknownBlocks) { in rebalanceUnknownSubgraph() local
1057 auto &Block = Func.Blocks[B]; in initializeNetwork() local
1137 auto &Block = Func.Blocks[Src]; in extractWeights() local
1187 auto &Block = Func.Blocks[I]; in verifyWeights() local
[all …]
/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DVPlan.cpp140 const VPBlockBase *Block = this; in getEntryBasicBlock() local
147 VPBlockBase *Block = this; in getEntryBasicBlock() local
161 const VPBlockBase *Block = this; in getExitingBasicBlock() local
168 VPBlockBase *Block = this; in getExitingBasicBlock() local
764 for (const VPBlockBase *Block : depth_first(getEntry())) { in print() local
837 Twine VPlanPrinter::getUID(const VPBlockBase *Block) { in getUID()
842 Twine VPlanPrinter::getOrCreateName(const VPBlockBase *Block) { in getOrCreateName()
866 for (const VPBlockBase *Block : depth_first(Plan.getEntry())) in dump() local
872 void VPlanPrinter::dumpBlock(const VPBlockBase *Block) { in dumpBlock()
898 void VPlanPrinter::dumpEdges(const VPBlockBase *Block) { in dumpEdges()
[all …]
/llvm-project-15.0.7/clang/lib/AST/Interp/
H A DInterpBlock.h26 class Block; variable
81 Block(Descriptor *Desc, bool IsExtern, bool IsStatic, bool IsDead) in Block() function
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/
H A Dtsan_dense_alloc.h120 struct Block { struct
125 Block *MapBlock(IndexT idx) { return reinterpret_cast<Block *>(Map(idx)); } in MapBlock() argument
/llvm-project-15.0.7/compiler-rt/lib/memprof/
H A Dmemprof_mibmap.cpp21 void InsertOrMerge(const uptr Id, const MemInfoBlock &Block, MIBMapTy &Map) { in InsertOrMerge()
/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZLongBranch.cpp183 MBBInfo &Block) { in skipNonTerminators()
297 MBBInfo &Block = MBBs[I]; in initMBBInfo() local
359 for (auto &Block : MBBs) { in setWorstCaseAddresses() local
460 for (auto &Block : MBBs) { in relaxBranches() local

123456789