Home
last modified time | relevance | path

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

123

/aosp_15_r20/system/unwinding/libunwindstack/tests/
H A DMemoryXzTest.cpp57 EXPECT_GT(xz.BlockCount(), 1u); in TEST_F()
69 EXPECT_EQ(xz.BlockCount(), 1u); in TEST_F()
81 EXPECT_EQ(xz.BlockCount(), 1u); in TEST_F()
92 EXPECT_EQ(xz.BlockCount(), 1u); in TEST_F()
103 EXPECT_GT(xz.BlockCount(), 1u); in TEST_F()
105 for (size_t i = 0; i < xz.BlockCount(); i += 3) { in TEST_F()
116 EXPECT_GT(xz.BlockCount(), 1u); in TEST_F()
118 for (size_t i = 1; i < xz.BlockCount(); i += 3) { in TEST_F()
129 EXPECT_GT(xz.BlockCount(), 1u); in TEST_F()
131 for (size_t i = 1; i < xz.BlockCount(); i += 3) { in TEST_F()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Analysis/
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()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Analysis/
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()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Analysis/
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()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Analysis/
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()
/aosp_15_r20/external/llvm/lib/IR/
H A 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()
/aosp_15_r20/external/llvm/unittests/Analysis/
H A 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()
/aosp_15_r20/external/perfetto/src/trace_processor/containers/
H A Dbit_vector.h58 : words_(BlockCount(size) * Block::kWords), in words_()
91 std::vector<uint32_t> counts(BlockCount(size_)); in Build()
271 uint32_t old_blocks_size = BlockCount(); in AppendFalse()
302 uint32_t start_fast_block = BlockCount(start); in RangeForTesting()
405 return BlockCount(n) * Block::kBits + BlockCount(n) * sizeof(uint32_t); in ApproxBytesCost()
811 uint32_t BlockCount() { in BlockCount() function
911 static constexpr uint32_t BlockCount(uint32_t bit_count) { in BlockCount() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerKernelAttributes.cpp216 Value *BlockCount = BlockCounts[I]; in processUse() local
217 if (!BlockCount) in processUse()
226 for (User *ICmp : BlockCount->users()) { in processUse()
228 if (match(ICmp, m_ICmp(Pred, GroupIDIntrin, m_Specific(BlockCount)))) { in processUse()
/aosp_15_r20/external/clang/lib/StaticAnalyzer/Core/
H A DLoopWidening.cpp41 unsigned BlockCount, const Stmt *LoopStmt) { in getWidenedLoopState() argument
63 BlockCount, LCtx, true, nullptr, nullptr, in getWidenedLoopState()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/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()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A 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()
/aosp_15_r20/external/llvm/lib/Analysis/
H A 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()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/
H A 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()
H A DX86SelectionDAGInfo.cpp227 const uint64_t BlockCount = Size / BlockBytes; in emitConstantSizeRepmov() local
231 DAG.getIntPtrConstant(BlockCount, dl), BlockType); in emitConstantSizeRepmov()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjCopy/MachO/
H A DMachOLayoutBuilder.cpp299 const uint32_t BlockCount = in layoutTail() local
303 alignTo(AllHeadersSize + BlockCount * CodeSignature.HashSize, in layoutTail()
308 CodeSignature.BlockCount = BlockCount; in layoutTail()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
H A DBlockFrequencyInfoImpl.cpp604 APInt BlockCount(128, EntryCount->getCount()); in getProfileCountFromFreq() local
607 BlockCount *= BlockFreq; in getProfileCountFromFreq()
610 BlockCount = (BlockCount + EntryFreq.lshr(1)).udiv(EntryFreq); in getProfileCountFromFreq()
611 return BlockCount.getLimitedValue(); in getProfileCountFromFreq()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
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()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/IR/
DModuleSummaryIndex.h1370 uint64_t BlockCount;
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; }
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/IR/
DModuleSummaryIndex.h1370 uint64_t BlockCount;
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; }
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/
H A DModuleSummaryIndex.h1276 uint64_t BlockCount;
1301 BlockCount(0) {}
1320 uint64_t getBlockCount() const { return BlockCount; }
1321 void addBlockCount(uint64_t C) { BlockCount += C; }
1322 void setBlockCount(uint64_t C) { BlockCount = C; }
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/IR/
DModuleSummaryIndex.h1364 uint64_t BlockCount;
1390 UnifiedLTO(UnifiedLTO), Saver(Alloc), BlockCount(0) {}
1409 uint64_t getBlockCount() const { return BlockCount; }
1410 void addBlockCount(uint64_t C) { BlockCount += C; }
1411 void setBlockCount(uint64_t C) { BlockCount = C; }
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/IR/
DModuleSummaryIndex.h1393 uint64_t BlockCount;
1419 UnifiedLTO(UnifiedLTO), Saver(Alloc), BlockCount(0) {}
1438 uint64_t getBlockCount() const { return BlockCount; }
1439 void addBlockCount(uint64_t C) { BlockCount += C; }
1440 void setBlockCount(uint64_t C) { BlockCount = C; }
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/StaticAnalyzer/Core/PathSensitive/
DLoopWidening.h30 unsigned BlockCount, const Stmt *LoopStmt);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/StaticAnalyzer/Core/PathSensitive/
DLoopWidening.h30 unsigned BlockCount, const Stmt *LoopStmt);

123