Home
last modified time | relevance | path

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

12345678

/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DVPlanCFG.h37 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 DVPlan.cpp149 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 DPCHInternals.rst199 .. _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 DDebugLinesSubsection.h107 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 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
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DSampleProfileInference.cpp625 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 DCodeLayout.cpp190 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 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
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 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
/openbsd-src/gnu/llvm/clang/lib/Analysis/FlowSensitive/
H A DTypeErasedDataflowAnalysis.cpp66 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 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(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 DBitstreamWriter.h59 struct Block { struct
63 Block(unsigned PCS, size_t SSW) : PrevCodeSize(PCS), StartSizeWord(SSW) {} in Block() argument
H A DBitstreamReader.h366 struct Block { struct
370 explicit Block(unsigned PCS) : PrevCodeSize(PCS) {} in Block() argument
/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/compiler-rt/lib/xray/
H A Dxray_allocator.h166 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 DAnalysisDeclContext.h217 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 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
/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/clang/include/clang/Analysis/Analyses/
H A DPostOrderCFGView.h50 std::pair<std::nullopt_t, bool> insert(const CFGBlock *Block) { in insert()
67 bool alreadySet(const CFGBlock *Block) { in alreadySet()
H A DCalledOnceCheck.h99 handleBlockThatIsGuaranteedToBeCalledOnce(const BlockDecl *Block) {} in handleBlockThatIsGuaranteedToBeCalledOnce()
105 virtual void handleBlockWithNoGuarantees(const BlockDecl *Block) {} in handleBlockWithNoGuarantees()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DLexicalScopes.cpp170 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 DDescriptor.cpp19 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

12345678