Home
last modified time | relevance | path

Searched refs:BlockCount (Results 1 – 25 of 25) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DAnalysisDeclContext.h183 unsigned BlockCount, unsigned Index);
311 const unsigned BlockCount; variable
317 const Stmt *S, const CFGBlock *Block, unsigned BlockCount, in StackFrameContext() argument
320 Block(Block), BlockCount(BlockCount), Index(Index) {} in StackFrameContext()
339 const CFGBlock *Block, unsigned BlockCount, in Profile() argument
343 ID.AddInteger(BlockCount); in Profile()
408 unsigned BlockCount, unsigned Index);
479 unsigned BlockCount, unsigned Index) { in getStackFrame() argument
480 return LocCtxMgr.getStackFrame(ADC, Parent, S, Block, BlockCount, Index); in getStackFrame()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86SelectionDAGInfo.cpp139 const uint64_t BlockCount = Size / BlockBytes; in emitConstantSizeRepstos() local
144 DAG.getIntPtrConstant(BlockCount, dl), BlockType); in emitConstantSizeRepstos()
160 uint64_t BlockCount = Size; in emitConstantSizeRepstos() local
179 BlockCount = Size / BlockBytes; in emitConstantSizeRepstos()
186 DAG.getIntPtrConstant(BlockCount, dl), BlockType); in emitConstantSizeRepstos()
294 const uint64_t BlockCount = Size / BlockBytes; in emitConstantSizeRepmov() local
298 DAG.getIntPtrConstant(BlockCount, dl), BlockType); in emitConstantSizeRepmov()
H A DX86AvoidStoreForwardingBlocks.cpp340 unsigned BlockCount = 0; in findPotentialBlockers() local
347 BlockCount++; in findPotentialBlockers()
348 if (BlockCount >= InspectionLimit) in findPotentialBlockers()
359 if (BlockCount < InspectionLimit) { in findPotentialBlockers()
361 int LimitLeft = InspectionLimit - BlockCount; in findPotentialBlockers()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DLoopWidening.cpp31 unsigned BlockCount, in getWidenedLoopState() argument
77 return PrevState->invalidateRegions(Regions, Elem, BlockCount, LCtx, true, in getWidenedLoopState()
H A DCallEvent.cpp163 CallEvent::getCalleeStackFrame(unsigned BlockCount) const { in getCalleeStackFrame()
189 return ADC->getManager()->getStackFrame(ADC, LCtx, E, B, BlockCount, Idx); in getCalleeStackFrame()
193 *CallEvent::getParameterLocation(unsigned Index, unsigned BlockCount) const { in getParameterLocation()
194 const StackFrameContext *SFC = getCalleeStackFrame(BlockCount); in getParameterLocation()
232 ProgramStateRef CallEvent::invalidateRegions(unsigned BlockCount, in invalidateRegions() argument
274 getParameterLocation(*AdjIdx, BlockCount)) in invalidateRegions()
282 BlockCount, getLocationContext(), in invalidateRegions()
H A DCoreEngine.cpp642 unsigned BlockCount = in getCompletedIterationCount() local
647 assert(BlockCount >= 1 && in getCompletedIterationCount()
649 return BlockCount - 1; in getCompletedIterationCount()
654 return BlockCount; in getCompletedIterationCount()
H A DExprEngine.cpp2562 unsigned int BlockCount = nodeBuilder.getContext().blockCount(); in processCFGBlockEntrance() local
2563 if (BlockCount == AMgr.options.maxBlockVisitOnPath - 1 && in processCFGBlockEntrance()
2579 getWidenedLoopState(Pred->getState(), LCtx, BlockCount, in processCFGBlockEntrance()
2586 if (BlockCount >= AMgr.options.maxBlockVisitOnPath) { in processCFGBlockEntrance()
H A DMemRegion.cpp400 BlockDataRegion::ProfileRegion(ID, BC, LC, BlockCount, getSuperRegion()); in Profile()
/freebsd/sys/dev/hptmv/
H A Datapi.h43 UCHAR BlockCount; /* RW: Sector count */ member
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/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerKernelAttributes.cpp241 Value *BlockCount = BlockCounts[I]; in processUse() local
242 if (!BlockCount) in processUse()
251 for (User *ICmp : BlockCount->users()) { in processUse()
253 m_Specific(BlockCount)))) { in processUse()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DLoopWidening.h30 unsigned BlockCount,
H A DCallEvent.h366 ProgramStateRef invalidateRegions(unsigned BlockCount,
408 const StackFrameContext *getCalleeStackFrame(unsigned BlockCount) const;
414 unsigned BlockCount) const;
H A DProgramState.h329 ConstCFGElementRef Elem, unsigned BlockCount,
337 unsigned BlockCount, const LocationContext *LCtx,
H A DMemRegion.h711 unsigned BlockCount; variable
718 BlockCount(count) { in BlockDataRegion()
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/MachO/
H A DMachOLayoutBuilder.cpp300 const uint32_t BlockCount = in layoutTail() local
304 alignTo(AllHeadersSize + BlockCount * CodeSignature.HashSize, in layoutTail()
309 CodeSignature.BlockCount = BlockCount; in layoutTail()
H A DMachOLayoutBuilder.h49 uint32_t BlockCount; member
H A DMachOWriter.cpp496 write32be(&CodeDirectory->nCodeSlots, CodeSignature.BlockCount); in writeCodeSignatureData()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DBlockFrequencyInfoImpl.cpp596 APInt BlockCount(128, EntryCount->getCount()); in getProfileCountFromFreq() local
599 BlockCount *= BlockFreq; in getProfileCountFromFreq()
602 BlockCount = (BlockCount + EntryFreq.lshr(1)).udiv(EntryFreq); in getProfileCountFromFreq()
603 return BlockCount.getLimitedValue(); in getProfileCountFromFreq()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DContainerModeling.cpp113 unsigned BlockCount);
117 unsigned BlockCount);
855 unsigned BlockCount) { in createContainerBegin() argument
863 SymMgr.conjureSymbol(Elem, LCtx, T, BlockCount, "begin"); in createContainerBegin()
878 unsigned BlockCount) { in createContainerEnd() argument
886 SymMgr.conjureSymbol(Elem, LCtx, T, BlockCount, "end"); in createContainerEnd()
H A DStreamChecker.cpp837 unsigned BlockCount, const SubRegion *Buffer, in escapeByStartIndexAndCount() argument
861 EscapingVals, Call.getCFGElementRef(), BlockCount, LCtx, in escapeByStartIndexAndCount()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DAnalysisDeclContext.cpp311 unsigned BlockCount, unsigned Index) { in getStackFrame() argument
313 BlockCount, Index); in getStackFrame()
414 BlockCount, Index); in Profile()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DModuleSummaryIndex.h1487 uint64_t BlockCount = 0;
1533 uint64_t getBlockCount() const { return BlockCount; }
1534 void addBlockCount(uint64_t C) { BlockCount += C; }
1535 void setBlockCount(uint64_t C) { BlockCount = C; }
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DModule.cpp886 uint64_t BlockCount = Index.getBlockCount(); in setPartialSampleProfileRatio() local
890 double Ratio = (double)BlockCount / NumCounts; in setPartialSampleProfileRatio()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenPGO.cpp683 uint64_t BlockCount = setCount(PGO.getRegionCount(S)); in VisitLabelStmt() local
684 CountMap[S] = BlockCount; in VisitLabelStmt()
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp9612 uint64_t BlockCount; in parseBlockCount() local
9613 if (parseUInt64(BlockCount)) in parseBlockCount()
9616 Index->setBlockCount(BlockCount); in parseBlockCount()