Home
last modified time | relevance | path

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

1234567

/netbsd/external/apache2/llvm/dist/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
/netbsd/external/apache2/llvm/dist/clang/docs/
H A DPCHInternals.rst199 .. _pchinternals-sourcemgr:
227 .. _pchinternals-preprocessor:
240 .. _pchinternals-types:
263 .. _pchinternals-decls:
394 .. _pchinternals-method-pool:
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugLinesSubsection.h106 struct Block { struct
107 Block(uint32_t ChecksumBufferOffset) in Block() function
123 void createBlock(StringRef FileName); argument
/netbsd/external/apache2/llvm/dist/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
H A DConsumed.cpp61 static SourceLocation getFirstStmtLoc(const CFGBlock *Block) { in getFirstStmtLoc()
76 static SourceLocation getLastStmtLoc(const CFGBlock *Block) { in getLastStmtLoc()
1018 const CFGBlock *Block, ConsumedStateMap *StateMap, in addInfo()
1032 void ConsumedBlockInfo::addInfo(const CFGBlock *Block, in addInfo()
1045 ConsumedStateMap* ConsumedBlockInfo::borrowInfo(const CFGBlock *Block) { in borrowInfo()
1052 void ConsumedBlockInfo::discardInfo(const CFGBlock *Block) { in discardInfo()
1057 ConsumedBlockInfo::getInfo(const CFGBlock *Block) { in getInfo()
1072 bool ConsumedBlockInfo::isBackEdgeTarget(const CFGBlock *Block) { in isBackEdgeTarget()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIMachineScheduler.cpp1236 SIScheduleBlock *Block = CurrentBlocks[i]; in createBlocksForVariant() local
1271 SIScheduleBlock *Block = CurrentBlocks[i]; in topologicalSort() local
1282 SIScheduleBlock *Block = CurrentBlocks[i]; in topologicalSort() local
1295 SIScheduleBlock *Block = CurrentBlocks[i]; in topologicalSort() local
1441 SIScheduleBlock *Block = Blocks[i]; in SIScheduleBlockScheduler() local
1470 SIScheduleBlock *Block = Blocks[i]; in SIScheduleBlockScheduler() local
1477 SIScheduleBlock *Block = Blocks[i]; in SIScheduleBlockScheduler() local
1492 SIScheduleBlock *Block = Blocks[ID]; in SIScheduleBlockScheduler() local
1506 SIScheduleBlock *Block = Blocks[i]; in SIScheduleBlockScheduler() local
1525 SIScheduleBlock *Block = Blocks[i]; in SIScheduleBlockScheduler() local
[all …]
/netbsd/external/apache2/llvm/dist/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
/netbsd/external/apache2/llvm/dist/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()
H A DCalledOnceCheck.h100 handleBlockThatIsGuaranteedToBeCalledOnce(const BlockDecl *Block) {} in handleBlockThatIsGuaranteedToBeCalledOnce()
106 virtual void handleBlockWithNoGuarantees(const BlockDecl *Block) {} in handleBlockWithNoGuarantees()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Bitstream/
H A DBitstreamWriter.h58 struct Block { struct
62 Block(unsigned PCS, size_t SSW) : PrevCodeSize(PCS), StartSizeWord(SSW) {} in Block() argument
H A DBitstreamReader.h348 struct Block { struct
352 explicit Block(unsigned PCS) : PrevCodeSize(PCS) {} in Block() argument
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DVPlan.cpp141 const VPBlockBase *Block = this; in getEntryBasicBlock() local
148 VPBlockBase *Block = this; in getEntryBasicBlock() local
162 const VPBlockBase *Block = this; in getExitBasicBlock() local
169 VPBlockBase *Block = this; in getExitBasicBlock() local
767 for (const VPBlockBase *Block : depth_first(getEntry())) { in print() local
825 const Twine VPlanPrinter::getUID(const VPBlockBase *Block) { in getUID()
830 const Twine VPlanPrinter::getOrCreateName(const VPBlockBase *Block) { in getOrCreateName()
854 for (const VPBlockBase *Block : depth_first(Plan.getEntry())) in dump() local
860 void VPlanPrinter::dumpBlock(const VPBlockBase *Block) { in dumpBlock()
886 void VPlanPrinter::dumpEdges(const VPBlockBase *Block) { in dumpEdges()
[all …]
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZLongBranch.cpp181 MBBInfo &Block) { in skipNonTerminators()
281 MBBInfo &Block = MBBs[I]; in initMBBInfo() local
343 for (auto &Block : MBBs) { in setWorstCaseAddresses() local
444 for (auto &Block : MBBs) { in relaxBranches() local
/netbsd/external/apache2/llvm/dist/clang/include/clang/Analysis/
H A DAnalysisDeclContext.h215 enum ContextKind { StackFrame, Block }; enumerator
300 const CFGBlock *Block; variable
311 const Stmt *S, const CFGBlock *Block, unsigned BlockCount, in StackFrameContext()
333 const CFGBlock *Block, unsigned BlockCount, in Profile()
472 const Stmt *S, const CFGBlock *Block, in getStackFrame()
/netbsd/external/apache2/llvm/dist/clang/lib/AST/Interp/
H A DInterpBlock.h26 class Block; variable
83 Block(Descriptor *Desc, bool IsExtern, bool IsStatic, bool IsDead) in Block() function
H A DDescriptor.cpp18 static void ctorTy(Block *, char *Ptr, bool, bool, bool, Descriptor *) { in ctorTy() argument
22 template <typename T> static void dtorTy(Block *, char *Ptr, Descriptor *) { in dtorTy() argument
27 static void moveTy(Block *, char *Src, char *Dst, Descriptor *) { in moveTy() argument
34 static void ctorArrayTy(Block *, char *Ptr, bool, bool, bool, Descriptor *D) { in ctorArrayTy() argument
41 static void dtorArrayTy(Block *, char *Ptr, Descriptor *D) { in dtorArrayTy() argument
48 static void moveArrayTy(Block *, char *Src, char *Dst, Descriptor *D) { in moveArrayTy() argument
/netbsd/external/apache2/llvm/dist/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
/netbsd/external/apache2/llvm/dist/llvm/lib/XRay/
H A DProfile.cpp28 for (const auto &Block : O) { in Profile() local
202 for (const auto &Block : P.get()) { in mergeProfilesByThread() local
238 for (const auto &Block : P.get()) in mergeProfilesByStack() local
255 PathDataVector Block; in mergeProfilesByStack() local
/netbsd/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGOpenCLRuntime.cpp146 llvm::Value *Block) { in recordBlockInfo()
166 const BlockExpr *Block = getBlockExpr(E); in emitOpenCLEnqueuedBlock() local
H A DCGCleanup.h160 llvm::BasicBlock *Block; member
192 void setCatchAllHandler(unsigned I, llvm::BasicBlock *Block) { in setCatchAllHandler()
196 void setHandler(unsigned I, llvm::Constant *Type, llvm::BasicBlock *Block) { in setHandler()
202 void setHandler(unsigned I, CatchTypeInfo Type, llvm::BasicBlock *Block) { in setHandler()
373 llvm::BasicBlock *Block) { in addBranchAfter()
409 bool addBranchThrough(llvm::BasicBlock *Block) { in addBranchThrough()
/netbsd/sys/external/bsd/compiler_rt/dist/lib/xray/
H A Dxray_allocator.h167 struct Block { struct
170 void *Data;
/netbsd/external/apache2/llvm/dist/llvm/lib/Support/
H A DScopedPrinter.cpp23 ArrayRef<uint8_t> Data, bool Block, in printBinaryImpl()
/netbsd/external/apache2/llvm/dist/llvm/lib/DebugInfo/MSF/
H A DMSFBuilder.cpp133 int Block = FreeBlocks.find_first(); in allocateBlocks() local
165 for (auto Block : Blocks) { in addStream() local
175 for (auto Block : Blocks) { in addStream() local
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopVersioningLICM.cpp406 for (auto *Block : CurLoop->getBlocks()) in legalLoopInstructions() local
560 for (auto *Block : CurLoop->getBlocks()) { in setNoAliasToLoop() local
611 for (auto *Block : L->getBlocks()) { in runOnLoop() local

1234567