Home
last modified time | relevance | path

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

12

/external/llvm-project/clang/include/clang/Analysis/
DAnalysisDeclContext.h183 unsigned BlockCount, unsigned Index);
305 const unsigned BlockCount; variable
311 const Stmt *S, const CFGBlock *Block, unsigned BlockCount, in StackFrameContext() argument
314 Block(Block), BlockCount(BlockCount), Index(Index) {} in StackFrameContext()
333 const CFGBlock *Block, unsigned BlockCount, in Profile() argument
337 ID.AddInteger(BlockCount); in Profile()
402 unsigned BlockCount, unsigned Index);
473 unsigned BlockCount, unsigned Index) { in getStackFrame() argument
474 return LocCtxMgr.getStackFrame(ADC, Parent, S, Block, BlockCount, Index); in getStackFrame()
/external/llvm/unittests/Analysis/
DLoopPassManagerTest.cpp32 Result(int Count) : BlockCount(Count) {} in Result()
33 int BlockCount; member
74 AnalyzedBlockCount += AR->BlockCount; in run()
78 AnalyzedBlockCount += AR.BlockCount; in run()
/external/clang/lib/StaticAnalyzer/Core/
DLoopWidening.cpp41 unsigned BlockCount, const Stmt *LoopStmt) { in getWidenedLoopState() argument
63 BlockCount, LCtx, true, nullptr, nullptr, in getWidenedLoopState()
/external/llvm/lib/IR/
DGCOV.cpp157 uint32_t BlockCount; in readGCNO() local
158 if (!Buff.readInt(BlockCount)) in readGCNO()
160 for (uint32_t i = 0, e = BlockCount; i != e; ++i) { in readGCNO()
175 if (BlockNo >= BlockCount) { in readGCNO()
204 if (BlockNo >= BlockCount) { in readGCNO()
613 uint64_t BlockCount = Block->getCount(); in print() local
614 LineCount = LineCount > BlockCount ? LineCount : BlockCount; in print()
/external/llvm-project/llvm/unittests/IR/
DModuleTest.cpp152 const unsigned BlockCount = 100; in TEST() local
154 Index.setBlockCount(BlockCount); in TEST()
156 double Ratio = (double)BlockCount / NumCounts; in TEST()
/external/llvm-project/clang/lib/StaticAnalyzer/Core/
DLoopWidening.cpp46 unsigned BlockCount, const Stmt *LoopStmt) { in getWidenedLoopState() argument
96 BlockCount, LCtx, true, nullptr, nullptr, in getWidenedLoopState()
DCallEvent.cpp182 CallEvent::getCalleeStackFrame(unsigned BlockCount) const { in getCalleeStackFrame()
208 return ADC->getManager()->getStackFrame(ADC, LCtx, E, B, BlockCount, Idx); in getCalleeStackFrame()
212 *CallEvent::getParameterLocation(unsigned Index, unsigned BlockCount) const { in getParameterLocation()
213 const StackFrameContext *SFC = getCalleeStackFrame(BlockCount); in getParameterLocation()
251 ProgramStateRef CallEvent::invalidateRegions(unsigned BlockCount, in invalidateRegions() argument
293 getParameterLocation(*AdjIdx, BlockCount)) in invalidateRegions()
301 BlockCount, getLocationContext(), in invalidateRegions()
/external/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DLoopWidening.h30 unsigned BlockCount, const Stmt *LoopStmt);
DProgramState.h284 unsigned BlockCount, const LocationContext *LCtx,
291 unsigned BlockCount, const LocationContext *LCtx,
451 const Expr *E, unsigned BlockCount,
DCallEvent.h360 ProgramStateRef invalidateRegions(unsigned BlockCount,
402 const StackFrameContext *getCalleeStackFrame(unsigned BlockCount) const;
408 unsigned BlockCount) const;
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DLoopWidening.h31 unsigned BlockCount, const Stmt *LoopStmt);
DProgramState.h262 unsigned BlockCount, const LocationContext *LCtx,
269 unsigned BlockCount, const LocationContext *LCtx,
433 const Expr *E, unsigned BlockCount,
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
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()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DBlockFrequencyInfoImpl.cpp574 APInt BlockCount(128, EntryCount.getCount()); in getProfileCountFromFreq() local
577 BlockCount *= BlockFreq; in getProfileCountFromFreq()
580 BlockCount = (BlockCount + EntryFreq.lshr(1)).udiv(EntryFreq); in getProfileCountFromFreq()
581 return BlockCount.getLimitedValue(); in getProfileCountFromFreq()
/external/llvm/lib/Analysis/
DBlockFrequencyInfoImpl.cpp540 APInt BlockCount(128, EntryCount.getValue()); in getBlockProfileCount() local
543 BlockCount *= BlockFreq; in getBlockProfileCount()
544 BlockCount = BlockCount.udiv(EntryFreq); in getBlockProfileCount()
545 return BlockCount.getLimitedValue(); in getBlockProfileCount()
/external/llvm-project/llvm/lib/Analysis/
DBlockFrequencyInfoImpl.cpp589 APInt BlockCount(128, EntryCount.getCount()); in getProfileCountFromFreq() local
592 BlockCount *= BlockFreq; in getProfileCountFromFreq()
595 BlockCount = (BlockCount + EntryFreq.lshr(1)).udiv(EntryFreq); in getProfileCountFromFreq()
596 return BlockCount.getLimitedValue(); in getProfileCountFromFreq()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
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()
DX86SelectionDAGInfo.cpp259 const uint64_t BlockCount = Size / BlockBytes; in emitConstantSizeRepmov() local
263 DAG.getIntPtrConstant(BlockCount, dl), BlockType); in emitConstantSizeRepmov()
/external/llvm-project/llvm/lib/Target/X86/
DX86AvoidStoreForwardingBlocks.cpp341 unsigned BlockCount = 0; in findPotentialBlockers() local
348 BlockCount++; in findPotentialBlockers()
349 if (BlockCount >= InspectionLimit) in findPotentialBlockers()
360 if (BlockCount < InspectionLimit) { in findPotentialBlockers()
362 int LimitLeft = InspectionLimit - BlockCount; in findPotentialBlockers()
DX86SelectionDAGInfo.cpp262 const uint64_t BlockCount = Size / BlockBytes; in emitConstantSizeRepmov() local
266 DAG.getIntPtrConstant(BlockCount, dl), BlockType); in emitConstantSizeRepmov()
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DContainerModeling.cpp122 unsigned BlockCount);
126 unsigned BlockCount);
855 unsigned BlockCount) { in createContainerBegin() argument
862 const SymbolConjured *Sym = SymMgr.conjureSymbol(E, LCtx, T, BlockCount, in createContainerBegin()
878 unsigned BlockCount) { in createContainerEnd() argument
885 const SymbolConjured *Sym = SymMgr.conjureSymbol(E, LCtx, T, BlockCount, in createContainerEnd()
/external/llvm-project/clang/lib/Analysis/
DAnalysisDeclContext.cpp314 unsigned BlockCount, unsigned Index) { in getStackFrame() argument
316 BlockCount, Index); in getStackFrame()
364 BlockCount, Index); in Profile()
/external/llvm-project/llvm/include/llvm/IR/
DModuleSummaryIndex.h1076 uint64_t BlockCount;
1091 BlockCount(0) {}
1110 uint64_t getBlockCount() const { return BlockCount; }
1111 void addBlockCount(uint64_t C) { BlockCount += C; }
1112 void setBlockCount(uint64_t C) { BlockCount = C; }
/external/llvm-project/llvm/lib/IR/
DModule.cpp686 uint64_t BlockCount = Index.getBlockCount(); in setPartialSampleProfileRatio() local
690 double Ratio = (double)BlockCount / NumCounts; in setPartialSampleProfileRatio()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DStructurizeCFG.cpp361 while (unsigned &BlockCount = LoopBlocks[CurrentLoop]) { in orderNodes() local
364 --BlockCount; in orderNodes()

12