/freebsd-src/contrib/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
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | VPlanCFG.h | 38 BlockPtrTy Block; variable 53 template <typename T1> static T1 deref(T1 Block, unsigned SuccIdx) { in deref() 68 : Block(Block), SuccessorIdx(Idx) {} in Block() function 78 static VPAllSuccessorsIterator end(BlockPtrTy Block) { in end()
|
H A D | VPlan.cpp | 159 return cast<VPBasicBlock>(Block); in getEntryBasicBlock() local 152 const VPBlockBase *Block = this; getEntryBasicBlock() local 174 const VPBlockBase *Block = this; getExitingBasicBlock() local 181 VPBlockBase *Block = this; getExitingBasicBlock() local 895 for (const VPBlockBase *Block : vp_depth_first_shallow(getEntry())) { print() local 987 getUID(const VPBlockBase * Block) getUID() argument 992 getOrCreateName(const VPBlockBase * Block) getOrCreateName() argument 1025 for (const VPBlockBase *Block : vp_depth_first_shallow(Plan.getEntry())) dump() local 1031 dumpBlock(const VPBlockBase * Block) dumpBlock() argument 1057 dumpEdges(const VPBlockBase * Block) dumpEdges() argument 1110 for (const VPBlockBase *Block : vp_depth_first_shallow(Region->getEntry())) dumpRegion() local 1202 visitBlock(VPBlockBase * Block,Old2NewTy & Old2New,InterleavedAccessInfo & IAI) visitBlock() argument [all...] |
/freebsd-src/sbin/dump/ |
H A D | cache.c | 35 typedef struct Block { struct 36 struct Block *b_HNext; /* must be first field */ argument 39 } Block; argument
|
/freebsd-src/contrib/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
|
/freebsd-src/contrib/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
|
/freebsd-src/contrib/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() argument 935 for (auto *Block : UnknownBlocks) { isAcyclicSubgraph() local 946 FlowBlock *Block = &Func.Blocks[Queue.front()]; isAcyclicSubgraph() local 994 for (auto *Block : UnknownBlocks) { rebalanceUnknownSubgraph() local 1009 rebalanceBlock(const FlowBlock * SrcBlock,const FlowBlock * DstBlock,const FlowBlock * Block,uint64_t BlockFlow) rebalanceBlock() argument 1076 auto &Block = Func.Blocks[B]; initializeNetwork() local 1128 assignBlockCosts(const ProfiParams & Params,const FlowBlock & Block) assignBlockCosts() argument 1214 auto &Block = Func.Blocks[B]; extractWeights() local 1233 for (auto &Block : Func.Blocks) { verifyInput() local 1241 for (auto &Block : Func.Blocks) { verifyInput() local 1246 for (auto &Block : Func.Blocks) { verifyInput() local 1270 auto &Block = Func.Blocks[I]; verifyOutput() local 1313 auto &Block = Func.Blocks[I]; verifyOutput() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | GenericCycleImpl.h | 188 addBlockToCycle(BlockT * Block,CycleT * Cycle) addBlockToCycle() argument 259 BlockT *Block = Worklist.pop_back_val(); run() local 323 BlockT *Block = TraverseStack.back(); dfs() local 441 getCycleDepth(const BlockT * Block) getCycleDepth() argument 503 BlockT *Block = Entry.first; validateTree() local [all...] |
H A D | GenericCycleInfo.h | 85 void appendEntry(BlockT *Block) { Entries.push_back(Block); } in appendEntry() argument 86 void appendBlock(BlockT *Block) { Blocks.insert(Block); } in appendBlock() argument 106 bool isEntry(const BlockT *Block) const { in isEntry() argument 111 bool contains(const BlockT *Block) const { return Blocks.contains(Block); } in contains() argument [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIMachineScheduler.cpp | 1257 SIScheduleBlock *Block = CurrentBlocks[i]; topologicalSort() local 1268 SIScheduleBlock *Block = CurrentBlocks[i]; topologicalSort() local 1281 SIScheduleBlock *Block = CurrentBlocks[i]; topologicalSort() local 1302 SIScheduleBlock *Block = CurrentBlocks[i]; scheduleInsideBlocks() local 1318 SIScheduleBlock *Block = CurrentBlocks[BlockIndice]; scheduleInsideBlocks() local 1349 SIScheduleBlock *Block = CurrentBlocks[i]; scheduleInsideBlocks() local 1379 SIScheduleBlock *Block = CurrentBlocks[BlockIndice]; fillStats() local 1394 SIScheduleBlock *Block = CurrentBlocks[BlockIndice]; fillStats() local 1455 SIScheduleBlock *Block = Blocks[i]; SIScheduleBlockScheduler() local 1462 SIScheduleBlock *Block = Blocks[i]; SIScheduleBlockScheduler() local 1477 SIScheduleBlock *Block = Blocks[ID]; SIScheduleBlockScheduler() local 1509 SIScheduleBlock *Block = Blocks[i]; SIScheduleBlockScheduler() local 1515 while (SIScheduleBlock *Block = pickBlock()) { SIScheduleBlockScheduler() local 1576 SIScheduleBlock *Block; pickBlock() local 1658 decreaseLiveRegs(SIScheduleBlock * Block,std::set<unsigned> & Regs) decreaseLiveRegs() argument 1673 for (const auto &Block : Parent->getSuccs()) { releaseBlockSuccs() local 1683 blockScheduled(SIScheduleBlock * Block) blockScheduled() argument [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/ |
H A D | HTMLLogger.cpp | 153 const CFGBlock *Block; member 249 return llvm::formatv("B{0}", Block); in elementIterID() argument 240 blockID(unsigned Block) blockID() argument 243 eltID(unsigned Block,unsigned Element) eltID() argument 246 iterID(unsigned Block,unsigned Iter) iterID() argument 261 unsigned Block = Iters.back().Block->getBlockID(); recordState() local 411 for (const auto *Block : CFG->getCFG()) { writeCode() local 491 for (const auto *Block : CFG) { buildCFGDot() local [all...] |
H A D | ControlFlowContext.cpp |
|
/freebsd-src/contrib/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
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Analysis/Analyses/ |
H A D | PostOrderCFGView.h | 50 std::pair<std::nullopt_t, bool> insert(const CFGBlock *Block) { in insert() argument 67 bool alreadySet(const CFGBlock *Block) { in alreadySet() argument
|
H A D | CalledOnceCheck.h | 99 handleBlockThatIsGuaranteedToBeCalledOnce(const BlockDecl *Block) {} in handleBlockThatIsGuaranteedToBeCalledOnce() 105 virtual void handleBlockWithNoGuarantees(const BlockDecl *Block) {} in handleBlockWithNoGuarantees()
|
/freebsd-src/contrib/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;
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Bitstream/ |
H A D | BitstreamWriter.h | 59 struct Block { global() struct 63 BlockBlock Block() argument [all...] |
H A D | BitstreamReader.h | 365 struct Block { struct 369 explicit Block(unsigned PCS) : PrevCodeSize(PCS) {} in Block() argument
|
/freebsd-src/contrib/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
|
/freebsd-src/contrib/llvm-project/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
|
/freebsd-src/contrib/llvm-project/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()
|
/freebsd-src/contrib/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
|
/freebsd-src/contrib/llvm-project/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
|
/freebsd-src/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | Descriptor.cpp | 22 ctorTy(Block *,std::byte * Ptr,bool,bool,bool,const Descriptor *) ctorTy() argument 28 dtorTy(Block *,std::byte * Ptr,const Descriptor *) dtorTy() argument 33 moveTy(Block *,const std::byte * Src,std::byte * Dst,const Descriptor *) moveTy() argument 41 ctorArrayTy(Block *,std::byte * Ptr,bool,bool,bool,const Descriptor * D) ctorArrayTy() argument 52 dtorArrayTy(Block *,std::byte * Ptr,const Descriptor * D) dtorArrayTy() argument 64 moveArrayTy(Block *,const std::byte * Src,std::byte * Dst,const Descriptor * D) moveArrayTy() argument [all...] |