| /openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/MSF/ |
| H A D | MSFCommon.h | 42 support::ulittle32_t NumBlocks; member 155 inline uint32_t getNumFpmIntervals(uint32_t BlockSize, uint32_t NumBlocks, in getNumFpmIntervals() argument 163 return divideCeil(NumBlocks - FpmNumber, BlockSize); in getNumFpmIntervals() 168 return divideCeil(NumBlocks, 8 * BlockSize); in getNumFpmIntervals() 174 return getNumFpmIntervals(L.SB->BlockSize, L.SB->NumBlocks,
|
| H A D | MSFBuilder.h | 125 Error allocateBlocks(uint32_t NumBlocks, MutableArrayRef<uint32_t> Blocks);
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/tests/ |
| H A D | quarantine_test.cpp | 126 const scudo::uptr NumBlocks = scudo::QuarantineBatch::MaxCount - 1; in TEST() local 133 for (scudo::uptr I = 0; I < NumBlocks; ++I) { in TEST() 138 EXPECT_EQ(BlockSize * NumBlocks * 2 + sizeof(scudo::QuarantineBatch) * 2, in TEST() 146 EXPECT_EQ(BlockSize * NumBlocks * 2 + sizeof(scudo::QuarantineBatch) * 2, in TEST() 155 const scudo::uptr NumBlocks = in TEST() local 157 const scudo::uptr NumBatchesBeforeMerge = NumBlocks; in TEST() 162 for (scudo::uptr I = 0; I < NumBlocks; ++I) { in TEST() 169 EXPECT_EQ(BlockSize * NumBlocks + in TEST() 178 EXPECT_EQ(BlockSize * NumBlocks + in TEST()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/ |
| H A D | SampleProfileInference.cpp | 620 auto Visited = BitVector(NumBlocks(), false); in joinIsolatedComponents() 624 for (uint64_t I = 0; I < NumBlocks(); I++) { in joinIsolatedComponents() 690 auto Distance = std::vector<int64_t>(NumBlocks(), INF); in findShortestPath() 691 auto Parent = std::vector<FlowJump *>(NumBlocks(), nullptr); in findShortestPath() 720 for (uint64_t I = 0; I < NumBlocks(); I++) { in findShortestPath() 758 Params.CostUnlikely / (2 * (NumBlocks() + 1)))); in jumpDistance() 761 return 2 * BaseDistance * (NumBlocks() + 1); in jumpDistance() 764 uint64_t NumBlocks() const { return Func.Blocks.size(); } in NumBlocks() function in __anon16945f270111::FlowAdjuster 827 auto Visited = BitVector(NumBlocks(), false); in findUnknownSubgraph() 925 auto LocalInDegree = std::vector<uint64_t>(NumBlocks(), 0); in isAcyclicSubgraph() [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/DebugInfo/MSF/ |
| H A D | MSFBuilder.cpp | 102 Error MSFBuilder::allocateBlocks(uint32_t NumBlocks, in allocateBlocks() argument 104 if (NumBlocks == 0) in allocateBlocks() 108 if (NumFreeBlocks < NumBlocks) { in allocateBlocks() 112 uint32_t AllocBlocks = NumBlocks - NumFreeBlocks; in allocateBlocks() 141 } while (--NumBlocks > 0); in allocateBlocks() 283 SB->NumBlocks = FreeBlocks.size(); in generateLayout() 323 while (BI < Layout.SB->NumBlocks) { in commitFpm() 327 (BI < Layout.SB->NumBlocks) ? Layout.FreePageMap.test(BI) : true; in commitFpm() 345 uint64_t FileSize = uint64_t(Layout.SB->BlockSize) * Layout.SB->NumBlocks; in commit()
|
| H A D | MSFCommon.cpp | 50 if (SB.BlockMapAddr >= SB.NumBlocks) in validateSuperBlock() 79 FL.Length = divideCeil(Msf.SB->NumBlocks, 8); in getFpmStreamLayout()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | CFIFixup.cpp | 104 const unsigned NumBlocks = MF.getNumBlockIDs(); in runOnMachineFunction() local 105 if (NumBlocks < 2) in runOnMachineFunction() 114 SmallVector<BlockFlags, 32> BlockInfo(NumBlocks, {false, false, false, false}); in runOnMachineFunction()
|
| H A D | LiveRangeCalc.cpp | 42 unsigned NumBlocks = MF->getNumBlockIDs(); in resetLiveOutMap() local 44 Seen.resize(NumBlocks); in resetLiveOutMap() 46 Map.resize(NumBlocks); in resetLiveOutMap()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Analysis/Analyses/ |
| H A D | Consumed.h | 213 ConsumedBlockInfo(unsigned int NumBlocks, PostOrderCFGView *SortedGraph) in ConsumedBlockInfo() argument 214 : StateMapsArray(NumBlocks), VisitOrder(NumBlocks, 0) { in ConsumedBlockInfo()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyExceptionInfo.cpp | 283 unsigned NumBlocks = 0; in discoverAndMapException() local 301 NumBlocks += SubE->getBlocksVector().capacity(); in discoverAndMapException() 314 ++NumBlocks; in discoverAndMapException() 323 WE->reserveBlocks(NumBlocks); in discoverAndMapException()
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/fuzzer/ |
| H A D | FuzzerDataFlowTrace.cpp | 64 uint32_t NumBlocks = CoveredBlocks.back(); in AppendCoverage() local 67 if (BB >= NumBlocks) return false; in AppendCoverage() 71 ? Functions.insert({FunctionId, std::vector<uint32_t>(NumBlocks)}) in AppendCoverage() 75 if (Counters.size() != NumBlocks) return false; // wrong number of blocks. in AppendCoverage()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/ |
| H A D | SystemZLongBranch.cpp | 286 unsigned NumBlocks = MF->size(); in initMBBInfo() local 289 MBBs.resize(NumBlocks); in initMBBInfo() 292 Terminators.reserve(NumBlocks); in initMBBInfo() 295 for (unsigned I = 0; I < NumBlocks; ++I) { in initMBBInfo()
|
| /openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | AnalyzerStatsChecker.cpp | 29 STATISTIC(NumBlocks, 105 NumBlocks += total; in checkEndAnalysis()
|
| /openbsd-src/gnu/llvm/clang/lib/Analysis/ |
| H A D | ThreadSafetyTIL.cpp | 309 unsigned NumBlocks = Exit->topologicalFinalSort(Blocks, 0); in computeNormalForm() local 310 assert(static_cast<size_t>(NumBlocks) == Blocks.size()); in computeNormalForm() 311 (void) NumBlocks; in computeNormalForm()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/ |
| H A D | CodeMetrics.h | 55 unsigned NumBlocks = false; member
|
| H A D | LoopInfoImpl.h | 443 unsigned NumBlocks = 0; in discoverAndMapSubloop() local 459 ++NumBlocks; in discoverAndMapSubloop() 477 NumBlocks += Subloop->getBlocksVector().capacity(); in discoverAndMapSubloop() 490 L->reserveBlocks(NumBlocks); in discoverAndMapSubloop()
|
| H A D | BlockFrequencyInfoImpl.h | 1572 const size_t NumBlocks = Blocks.size(); 1573 auto Succs = std::vector<std::vector<std::pair<size_t, Scaled64>>>(NumBlocks); 1574 auto SumProb = std::vector<Scaled64>(NumBlocks); 1577 for (size_t Src = 0; Src < NumBlocks; Src++) { 1601 ProbMatrix = ProbMatrixType(NumBlocks); 1602 for (size_t Src = 0; Src < NumBlocks; Src++) { 1617 for (size_t Src = 0; Src < NumBlocks; Src++) {
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
| H A D | GVNSink.cpp | 191 unsigned NumBlocks; member 200 unsigned SplitEdgeCost = (NumOrigBlocks > NumBlocks) ? 2 : 0; in calculateCost() 201 Cost = (NumInstructions * (NumBlocks - 1)) - in calculateCost() 214 OS << "<Candidate Cost=" << C.Cost << " #Blocks=" << C.NumBlocks in operator <<() 761 Cand.NumBlocks = ActivePreds.size(); in analyzeInstructionForSinking()
|
| H A D | MergeICmps.cpp | 740 int NumBlocks) { in getOrderedBlocks() argument 742 std::vector<BasicBlock *> Blocks(NumBlocks); in getOrderedBlocks() 745 for (int BlockIndex = NumBlocks - 1; BlockIndex > 0; --BlockIndex) { in getOrderedBlocks()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/ |
| H A D | InstructionSelect.cpp | 128 const size_t NumBlocks = MF.size(); in runOnMachineFunction() local 285 if (MF.size() != NumBlocks) { in runOnMachineFunction()
|
| H A D | Legalizer.cpp | 317 const size_t NumBlocks = MF.size(); in runOnMachineFunction() local 352 if (MF.size() != NumBlocks) { in runOnMachineFunction()
|
| /openbsd-src/gnu/llvm/llvm/lib/Support/Windows/ |
| H A D | Memory.inc | 119 size_t NumBlocks = (NumBytes + Granularity - 1) / Granularity; 132 size_t AllocSize = NumBlocks * Granularity;
|
| /openbsd-src/gnu/llvm/llvm/docs/PDB/ |
| H A D | MsfFile.rst | 59 ulittle32_t NumBlocks; 76 - **NumBlocks** - The total number of blocks in the file. ``NumBlocks *
|
| /openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
| H A D | CodeMetrics.cpp | 119 ++NumBlocks; in analyzeBasicBlock()
|
| /openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | PDBFile.cpp | 61 return ContainerLayout.SB->NumBlocks; in getBlockCount() 140 ContainerLayout.FreePageMap.resize(SB->NumBlocks); in parseFileHeaders()
|