Searched refs:BlockCount (Results 1 - 23 of 23) sorted by relevance

/freebsd-current/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DLoopWidening.h30 unsigned BlockCount, const Stmt *LoopStmt);
H A DProgramState.h314 /// \param BlockCount The number of times the current basic block has been
327 unsigned BlockCount, const LocationContext *LCtx,
333 invalidateRegions(ArrayRef<SVal> Regions, const Expr *E, unsigned BlockCount,
491 const Expr *E, unsigned BlockCount,
H A DCallEvent.h365 ProgramStateRef invalidateRegions(unsigned BlockCount,
407 const StackFrameContext *getCalleeStackFrame(unsigned BlockCount) const;
413 unsigned BlockCount) const;
H A DMemRegion.h678 unsigned BlockCount; member in class:clang::ento::BlockDataRegion
685 BlockCount(count) {
/freebsd-current/contrib/llvm-project/clang/include/clang/Analysis/
H A DAnalysisDeclContext.h183 unsigned BlockCount, unsigned Index);
311 const unsigned BlockCount; member in class:clang::StackFrameContext
317 const Stmt *S, const CFGBlock *Block, unsigned BlockCount,
320 Block(Block), BlockCount(BlockCount), Index(Index) {}
339 const CFGBlock *Block, unsigned BlockCount,
343 ID.AddInteger(BlockCount);
402 /// \param BlockCount The current count of entering into \p Blk.
408 unsigned BlockCount, unsigned Index);
479 unsigned BlockCount, unsigne
316 StackFrameContext(AnalysisDeclContext *ADC, const LocationContext *ParentLC, const Stmt *S, const CFGBlock *Block, unsigned BlockCount, unsigned Index, int64_t ID) argument
337 Profile(llvm::FoldingSetNodeID &ID, AnalysisDeclContext *ADC, const LocationContext *ParentLC, const Stmt *S, const CFGBlock *Block, unsigned BlockCount, unsigned Index) argument
476 getStackFrame(AnalysisDeclContext *ADC, const LocationContext *Parent, const Stmt *S, const CFGBlock *Block, unsigned BlockCount, unsigned Index) argument
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DLoopWidening.cpp48 unsigned BlockCount, const Stmt *LoopStmt) {
97 BlockCount, LCtx, true, nullptr, nullptr,
46 getWidenedLoopState(ProgramStateRef PrevState, const LocationContext *LCtx, unsigned BlockCount, const Stmt *LoopStmt) argument
H A DCallEvent.cpp164 CallEvent::getCalleeStackFrame(unsigned BlockCount) const {
190 return ADC->getManager()->getStackFrame(ADC, LCtx, E, B, BlockCount, Idx);
194 *CallEvent::getParameterLocation(unsigned Index, unsigned BlockCount) const {
195 const StackFrameContext *SFC = getCalleeStackFrame(BlockCount);
233 ProgramStateRef CallEvent::invalidateRegions(unsigned BlockCount, argument
275 getParameterLocation(*AdjIdx, BlockCount))
283 BlockCount, getLocationContext(),
H A DExprEngine.cpp2516 unsigned int BlockCount = nodeBuilder.getContext().blockCount(); local
2517 if (BlockCount == AMgr.options.maxBlockVisitOnPath - 1 &&
2525 getWidenedLoopState(Pred->getState(), LCtx, BlockCount, Term);
2531 if (BlockCount >= AMgr.options.maxBlockVisitOnPath) {
H A DMemRegion.cpp391 BlockDataRegion::ProfileRegion(ID, BC, LC, BlockCount, getSuperRegion());
/freebsd-current/contrib/llvm-project/llvm/lib/ObjCopy/MachO/
H A DMachOLayoutBuilder.h49 uint32_t BlockCount; member in struct:llvm::objcopy::macho::CodeSignatureInfo
H A DMachOLayoutBuilder.cpp300 const uint32_t BlockCount = local
304 alignTo(AllHeadersSize + BlockCount * CodeSignature.HashSize,
309 CodeSignature.BlockCount = BlockCount;
H A DMachOWriter.cpp497 write32be(&CodeDirectory->nCodeSlots, CodeSignature.BlockCount);
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerKernelAttributes.cpp217 Value *BlockCount = BlockCounts[I]; local
218 if (!BlockCount)
227 for (User *ICmp : BlockCount->users()) {
229 if (match(ICmp, m_ICmp(Pred, GroupIDIntrin, m_Specific(BlockCount)))) {
/freebsd-current/sys/dev/hptmv/
H A Datapi.h43 UCHAR BlockCount; /* RW: Sector count */ member in struct:_IDE_REGISTERS_1
360 #define mSetBlockCount(IOPort,x) OutPort(&IOPort->BlockCount, x)
361 #define mGetBlockCount(IOPort) (UCHAR)InPort(&IOPort->BlockCount)
362 #define mGetInterruptReason(IOPort) (UCHAR)InPort(&IOPort->BlockCount)
/freebsd-current/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86AvoidStoreForwardingBlocks.cpp341 unsigned BlockCount = 0; local
348 BlockCount++;
349 if (BlockCount >= InspectionLimit)
360 if (BlockCount < InspectionLimit) {
362 int LimitLeft = InspectionLimit - BlockCount;
H A DX86SelectionDAGInfo.cpp228 const uint64_t BlockCount = Size / BlockBytes; local
232 DAG.getIntPtrConstant(BlockCount, dl), BlockType);
/freebsd-current/contrib/llvm-project/llvm/lib/Analysis/
H A DBlockFrequencyInfoImpl.cpp596 APInt BlockCount(128, EntryCount->getCount());
599 BlockCount *= BlockFreq;
600 // Rounded division of BlockCount by EntryFreq. Since EntryFreq is unsigned
602 BlockCount = (BlockCount + EntryFreq.lshr(1)).udiv(EntryFreq);
603 return BlockCount.getLimitedValue();
/freebsd-current/contrib/llvm-project/clang/lib/Analysis/
H A DAnalysisDeclContext.cpp313 unsigned BlockCount, unsigned Index) {
315 BlockCount, Index);
416 BlockCount, Index);
311 getStackFrame(const LocationContext *ParentLC, const Stmt *S, const CFGBlock *Blk, unsigned BlockCount, unsigned Index) argument
/freebsd-current/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DContainerModeling.cpp108 unsigned BlockCount);
112 unsigned BlockCount);
841 unsigned BlockCount) {
848 const SymbolConjured *Sym = SymMgr.conjureSymbol(E, LCtx, T, BlockCount,
864 unsigned BlockCount) {
871 const SymbolConjured *Sym = SymMgr.conjureSymbol(E, LCtx, T, BlockCount,
/freebsd-current/contrib/llvm-project/llvm/include/llvm/IR/
H A DModuleSummaryIndex.h1370 uint64_t BlockCount; member in class:llvm::CalleeInfo::AllocationType::ModuleSummaryIndex
1396 UnifiedLTO(UnifiedLTO), Saver(Alloc), BlockCount(0) {}
1415 uint64_t getBlockCount() const { return BlockCount; }
1416 void addBlockCount(uint64_t C) { BlockCount += C; }
1417 void setBlockCount(uint64_t C) { BlockCount = C; }
/freebsd-current/contrib/llvm-project/llvm/lib/IR/
H A DModule.cpp845 uint64_t BlockCount = Index.getBlockCount();
849 double Ratio = (double)BlockCount / NumCounts;
/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenPGO.cpp594 uint64_t BlockCount = setCount(PGO.getRegionCount(S)); local
595 CountMap[S] = BlockCount;
/freebsd-current/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp8827 uint64_t BlockCount;
8828 if (parseUInt64(BlockCount))
8831 Index->setBlockCount(BlockCount);

Completed in 237 milliseconds