/external/llvm-project/clang/include/clang/Analysis/ |
D | AnalysisDeclContext.h | 183 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/ |
D | LoopPassManagerTest.cpp | 32 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/ |
D | LoopWidening.cpp | 41 unsigned BlockCount, const Stmt *LoopStmt) { in getWidenedLoopState() argument 63 BlockCount, LCtx, true, nullptr, nullptr, in getWidenedLoopState()
|
/external/llvm/lib/IR/ |
D | GCOV.cpp | 157 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/ |
D | ModuleTest.cpp | 152 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/ |
D | LoopWidening.cpp | 46 unsigned BlockCount, const Stmt *LoopStmt) { in getWidenedLoopState() argument 96 BlockCount, LCtx, true, nullptr, nullptr, in getWidenedLoopState()
|
D | CallEvent.cpp | 182 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/ |
D | LoopWidening.h | 30 unsigned BlockCount, const Stmt *LoopStmt);
|
D | ProgramState.h | 284 unsigned BlockCount, const LocationContext *LCtx, 291 unsigned BlockCount, const LocationContext *LCtx, 451 const Expr *E, unsigned BlockCount,
|
D | CallEvent.h | 360 ProgramStateRef invalidateRegions(unsigned BlockCount, 402 const StackFrameContext *getCalleeStackFrame(unsigned BlockCount) const; 408 unsigned BlockCount) const;
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | LoopWidening.h | 31 unsigned BlockCount, const Stmt *LoopStmt);
|
D | ProgramState.h | 262 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/ |
D | GCOV.cpp | 161 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/ |
D | BlockFrequencyInfoImpl.cpp | 574 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/ |
D | BlockFrequencyInfoImpl.cpp | 540 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/ |
D | BlockFrequencyInfoImpl.cpp | 589 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/ |
D | X86AvoidStoreForwardingBlocks.cpp | 340 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()
|
D | X86SelectionDAGInfo.cpp | 259 const uint64_t BlockCount = Size / BlockBytes; in emitConstantSizeRepmov() local 263 DAG.getIntPtrConstant(BlockCount, dl), BlockType); in emitConstantSizeRepmov()
|
/external/llvm-project/llvm/lib/Target/X86/ |
D | X86AvoidStoreForwardingBlocks.cpp | 341 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()
|
D | X86SelectionDAGInfo.cpp | 262 const uint64_t BlockCount = Size / BlockBytes; in emitConstantSizeRepmov() local 266 DAG.getIntPtrConstant(BlockCount, dl), BlockType); in emitConstantSizeRepmov()
|
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
D | ContainerModeling.cpp | 122 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/ |
D | AnalysisDeclContext.cpp | 314 unsigned BlockCount, unsigned Index) { in getStackFrame() argument 316 BlockCount, Index); in getStackFrame() 364 BlockCount, Index); in Profile()
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | ModuleSummaryIndex.h | 1076 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/ |
D | Module.cpp | 686 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/ |
D | StructurizeCFG.cpp | 361 while (unsigned &BlockCount = LoopBlocks[CurrentLoop]) { in orderNodes() local 364 --BlockCount; in orderNodes()
|