/openbsd-src/gnu/llvm/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
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/ |
H A D | VPlanCFG.h | 37 BlockPtrTy Block; variable 52 template <typename T1> static T1 deref(T1 Block, unsigned SuccIdx) { in deref() 67 : Block(Block), SuccessorIdx(Idx) {} in Block() argument 77 static VPAllSuccessorsIterator end(BlockPtrTy Block) { in end()
|
H A D | VPlan.cpp | 149 const VPBlockBase *Block = this; in getEntryBasicBlock() local 156 VPBlockBase *Block = this; in getEntryBasicBlock() local 170 const VPBlockBase *Block = this; in getExitingBasicBlock() local 177 VPBlockBase *Block = this; in getExitingBasicBlock() local 760 for (const VPBlockBase *Block : vp_depth_first_shallow(getEntry())) { in print() local 856 Twine VPlanPrinter::getUID(const VPBlockBase *Block) { in getUID() 861 Twine VPlanPrinter::getOrCreateName(const VPBlockBase *Block) { in getOrCreateName() 885 for (const VPBlockBase *Block : vp_depth_first_shallow(Plan.getEntry())) in dump() local 891 void VPlanPrinter::dumpBlock(const VPBlockBase *Block) { in dumpBlock() 917 void VPlanPrinter::dumpEdges(const VPBlockBase *Block) { in dumpEdges() [all …]
|
/openbsd-src/gnu/llvm/clang/docs/ |
H A D | PCHInternals.rst | 199 .. _pchinternals-sourcemgr: 227 .. _pchinternals-preprocessor: 240 .. _pchinternals-types: 263 .. _pchinternals-decls: 394 .. _pchinternals-method-pool:
|
/openbsd-src/gnu/llvm/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
|
/openbsd-src/gnu/llvm/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
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/ |
H A D | SampleProfileInference.cpp | 625 auto &Block = Func.Blocks[I]; in joinIsolatedComponents() local 833 auto &Block = Func.Blocks[Queue.front()]; in findUnknownSubgraph() local 873 for (auto *Block : UnknownBlocks) { in canRebalanceSubgraph() local 926 auto fillInDegree = [&](const FlowBlock *Block) { in isAcyclicSubgraph() 934 for (auto *Block : UnknownBlocks) { in isAcyclicSubgraph() local 945 FlowBlock *Block = &Func.Blocks[Queue.front()]; in isAcyclicSubgraph() local 993 for (auto *Block : UnknownBlocks) { in rebalanceUnknownSubgraph() local 1008 const FlowBlock *Block, uint64_t BlockFlow) { in rebalanceBlock() 1075 auto &Block = Func.Blocks[B]; in initializeNetwork() local 1127 const FlowBlock &Block) { in assignBlockCosts() [all …]
|
H A D | CodeLayout.cpp | 190 class Block { class 219 explicit Block(size_t Index, uint64_t Size, uint64_t EC) in Block() function in __anone35372fe0111::Block 254 explicit Chain(uint64_t Id, Block *Block) in Chain() argument 262 for (auto *Block : Blocks) { in isCold() local 532 auto &Block = AllBlocks[Pred]; in initialize() local 581 for (auto &Block : AllBlocks) { in mergeForcedPairs() local 597 for (auto &Block : AllBlocks) { in mergeForcedPairs() local 613 for (auto &Block : AllBlocks) { in mergeForcedPairs() local 895 for (auto *Block : Chain.blocks()) { in concatChains() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
H A D | SIMachineScheduler.cpp | 1257 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 1318 SIScheduleBlock *Block = CurrentBlocks[BlockIndice]; in scheduleInsideBlocks() local 1349 SIScheduleBlock *Block = CurrentBlocks[i]; in scheduleInsideBlocks() local 1379 SIScheduleBlock *Block = CurrentBlocks[BlockIndice]; in fillStats() local 1394 SIScheduleBlock *Block = CurrentBlocks[BlockIndice]; in fillStats() local 1455 SIScheduleBlock *Block = Blocks[i]; in SIScheduleBlockScheduler() local 1462 SIScheduleBlock *Block = Blocks[i]; in SIScheduleBlockScheduler() local [all …]
|
/openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/tests/ |
H A D | chunk_test.cpp | 28 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
|
/openbsd-src/gnu/llvm/clang/lib/Analysis/FlowSensitive/ |
H A D | TypeErasedDataflowAnalysis.cpp | 66 const CFGBlock &Block) { in blockIndexInPredecessor() 214 computeBlockInputState(const CFGBlock &Block, AnalysisContext &AC) { in computeBlockInputState() 365 transferCFGBlock(const CFGBlock &Block, AnalysisContext &AC, in transferCFGBlock() 390 const CFGBlock &Block, const Environment &InitEnv, in transferBlock() 435 while (const CFGBlock *Block = Worklist.dequeue()) { in runTypeErasedDataflowAnalysis() local 488 for (const CFGBlock *Block : CFCtx.getCFG()) { in runTypeErasedDataflowAnalysis() local
|
/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/ |
H A D | GenericCycleImpl.h | 242 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 D | GenericCycleInfo.h | 87 void appendEntry(BlockT *Block) { Entries.push_back(Block); } in appendEntry() 88 void appendBlock(BlockT *Block) { Blocks.push_back(Block); } in appendBlock() 108 bool isEntry(const BlockT *Block) const { in isEntry() 113 bool contains(const BlockT *Block) const { in contains()
|
/openbsd-src/gnu/llvm/llvm/include/llvm/Bitstream/ |
H A D | BitstreamWriter.h | 59 struct Block { struct 63 Block(unsigned PCS, size_t SSW) : PrevCodeSize(PCS), StartSizeWord(SSW) {} in Block() argument
|
H A D | BitstreamReader.h | 366 struct Block { struct 370 explicit Block(unsigned PCS) : PrevCodeSize(PCS) {} in Block() argument
|
/openbsd-src/gnu/llvm/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
|
/openbsd-src/gnu/llvm/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;
|
/openbsd-src/gnu/llvm/clang/include/clang/Analysis/ |
H A D | AnalysisDeclContext.h | 217 enum ContextKind { StackFrame, Block }; enumerator 306 const CFGBlock *Block; variable 317 const Stmt *S, const CFGBlock *Block, unsigned BlockCount, in StackFrameContext() 339 const CFGBlock *Block, unsigned BlockCount, in Profile() 478 const Stmt *S, const CFGBlock *Block, in getStackFrame()
|
/openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/ |
H A D | SystemZLongBranch.cpp | 183 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
|
/openbsd-src/gnu/llvm/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
|
/openbsd-src/gnu/llvm/clang/include/clang/Analysis/Analyses/ |
H A D | PostOrderCFGView.h | 50 std::pair<std::nullopt_t, bool> insert(const CFGBlock *Block) { in insert() 67 bool alreadySet(const CFGBlock *Block) { in alreadySet()
|
H A D | CalledOnceCheck.h | 99 handleBlockThatIsGuaranteedToBeCalledOnce(const BlockDecl *Block) {} in handleBlockThatIsGuaranteedToBeCalledOnce() 105 virtual void handleBlockWithNoGuarantees(const BlockDecl *Block) {} in handleBlockWithNoGuarantees()
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
H A D | LexicalScopes.cpp | 170 if (auto *Block = dyn_cast<DILexicalBlockBase>(Scope)) in getOrCreateRegularScope() local 198 if (auto *Block = dyn_cast<DILexicalBlockBase>(Scope)) in getOrCreateInlinedScope() local 221 if (auto *Block = dyn_cast<DILexicalBlockBase>(Scope)) in getOrCreateAbstractScope() local
|
/openbsd-src/gnu/llvm/clang/lib/AST/Interp/ |
H A D | Descriptor.cpp | 19 static void ctorTy(Block *, char *Ptr, bool, bool, bool, Descriptor *) { in ctorTy() argument 23 template <typename T> static void dtorTy(Block *, char *Ptr, Descriptor *) { in dtorTy() argument 28 static void moveTy(Block *, char *Src, char *Dst, Descriptor *) { in moveTy() argument 35 static void ctorArrayTy(Block *, char *Ptr, bool, bool, bool, Descriptor *D) { in ctorArrayTy() argument 42 static void dtorArrayTy(Block *, char *Ptr, Descriptor *D) { in dtorArrayTy() argument 54 static void moveArrayTy(Block *, char *Src, char *Dst, Descriptor *D) { in moveArrayTy() argument
|