Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/hptmv/
H A Datapi.h45 UCHAR BlockCount; /* RW: Sector count */ member
362 #define mSetBlockCount(IOPort,x) OutPort(&IOPort->BlockCount, x)
363 #define mGetBlockCount(IOPort) (UCHAR)InPort(&IOPort->BlockCount)
364 #define mGetInterruptReason(IOPort) (UCHAR)InPort(&IOPort->BlockCount)
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DLoopWidening.cpp47 unsigned BlockCount, const Stmt *LoopStmt) { in getWidenedLoopState() argument
95 BlockCount, LCtx, true, nullptr, nullptr, in getWidenedLoopState()
H A DCallEvent.cpp285 ProgramStateRef CallEvent::invalidateRegions(unsigned BlockCount, in invalidateRegions() argument
334 BlockCount, getLocationContext(), in invalidateRegions()
H A DExprEngine.cpp1879 unsigned int BlockCount = nodeBuilder.getContext().blockCount(); in processCFGBlockEntrance() local
1880 if (BlockCount == AMgr.options.maxBlockVisitOnPath - 1 && in processCFGBlockEntrance()
1889 getWidenedLoopState(Pred->getState(), LCtx, BlockCount, Term); in processCFGBlockEntrance()
1895 if (BlockCount >= AMgr.options.maxBlockVisitOnPath) { in processCFGBlockEntrance()
H A DMemRegion.cpp384 BlockDataRegion::ProfileRegion(ID, BC, LC, BlockCount, getSuperRegion()); in Profile()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DLoopWidening.h31 unsigned BlockCount, const Stmt *LoopStmt);
H A DProgramState.h287 unsigned BlockCount, const LocationContext *LCtx,
294 unsigned BlockCount, const LocationContext *LCtx,
479 const Expr *E, unsigned BlockCount,
H A DMemRegion.h678 unsigned BlockCount; variable
685 BlockCount(count) { in BlockDataRegion()
H A DCallEvent.h380 ProgramStateRef invalidateRegions(unsigned BlockCount,
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86AvoidStoreForwardingBlocks.cpp341 unsigned BlockCount = 0; in findPotentialBlockers() local
346 BlockCount++; in findPotentialBlockers()
347 if (BlockCount >= InspectionLimit) in findPotentialBlockers()
358 if (BlockCount < InspectionLimit) { in findPotentialBlockers()
360 int LimitLeft = InspectionLimit - BlockCount; in findPotentialBlockers()
/freebsd-12.1/contrib/llvm/lib/ProfileData/
H A DGCOV.cpp161 uint32_t BlockCount; in readGCNO() local
162 if (!Buff.readInt(BlockCount)) in readGCNO()
164 for (uint32_t i = 0, e = BlockCount; i != e; ++i) { in readGCNO()
179 if (BlockNo >= BlockCount) { in readGCNO()
208 if (BlockNo >= BlockCount) { in readGCNO()
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DBlockFrequencyInfoImpl.cpp572 APInt BlockCount(128, EntryCount.getCount()); in getProfileCountFromFreq() local
575 BlockCount *= BlockFreq; in getProfileCountFromFreq()
578 BlockCount = (BlockCount + EntryFreq.lshr(1)).udiv(EntryFreq); in getProfileCountFromFreq()
579 return BlockCount.getLimitedValue(); in getProfileCountFromFreq()
/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DStructurizeCFG.cpp355 while (unsigned &BlockCount = LoopBlocks[CurrentLoop]) { in orderNodes() local
358 --BlockCount; in orderNodes()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenPGO.cpp448 uint64_t BlockCount = setCount(PGO.getRegionCount(S)); in VisitLabelStmt() local
449 CountMap[S] = BlockCount; in VisitLabelStmt()