/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/MSF/ |
H A D | MSFCommon.h | 42 support::ulittle32_t NumBlocks; member 132 inline uint32_t getNumFpmIntervals(uint32_t BlockSize, uint32_t NumBlocks, in getNumFpmIntervals() argument 140 return divideCeil(NumBlocks - FpmNumber, BlockSize); in getNumFpmIntervals() 145 return divideCeil(NumBlocks, 8 * BlockSize); in getNumFpmIntervals() 151 return getNumFpmIntervals(L.SB->BlockSize, L.SB->NumBlocks,
|
H A D | MSFBuilder.h | 124 Error allocateBlocks(uint32_t NumBlocks, MutableArrayRef<uint32_t> Blocks);
|
/netbsd-src/external/apache2/llvm/dist/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()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/ |
H A D | Consumed.h | 214 ConsumedBlockInfo(unsigned int NumBlocks, PostOrderCFGView *SortedGraph) in ConsumedBlockInfo() argument 215 : StateMapsArray(NumBlocks), VisitOrder(NumBlocks, 0) { in ConsumedBlockInfo()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyExceptionInfo.cpp | 282 unsigned NumBlocks = 0; in discoverAndMapException() local 300 NumBlocks += SubE->getBlocksVector().capacity(); in discoverAndMapException() 313 ++NumBlocks; in discoverAndMapException() 322 WE->reserveBlocks(NumBlocks); in discoverAndMapException()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/ |
H A D | SystemZLongBranch.cpp | 270 unsigned NumBlocks = MF->size(); in initMBBInfo() local 273 MBBs.resize(NumBlocks); in initMBBInfo() 276 Terminators.reserve(NumBlocks); in initMBBInfo() 279 for (unsigned I = 0; I < NumBlocks; ++I) { in initMBBInfo()
|
/netbsd-src/external/apache2/llvm/dist/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()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
H A D | AnalyzerStatsChecker.cpp | 28 STATISTIC(NumBlocks, 105 NumBlocks += total; in checkEndAnalysis()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | LiveRangeCalc.cpp | 44 unsigned NumBlocks = MF->getNumBlockIDs(); in resetLiveOutMap() local 46 Seen.resize(NumBlocks); in resetLiveOutMap() 48 Map.resize(NumBlocks); in resetLiveOutMap()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
H A D | GVNSink.cpp | 195 unsigned NumBlocks; member 204 unsigned SplitEdgeCost = (NumOrigBlocks > NumBlocks) ? 2 : 0; in calculateCost() 205 Cost = (NumInstructions * (NumBlocks - 1)) - in calculateCost() 218 OS << "<Candidate Cost=" << C.Cost << " #Blocks=" << C.NumBlocks in operator <<() 755 Cand.NumBlocks = ActivePreds.size(); in analyzeInstructionForSinking()
|
H A D | MergeICmps.cpp | 759 int NumBlocks) { in getOrderedBlocks() argument 761 std::vector<BasicBlock *> Blocks(NumBlocks); in getOrderedBlocks() 764 for (int BlockIndex = NumBlocks - 1; BlockIndex > 0; --BlockIndex) { in getOrderedBlocks()
|
H A D | ADCE.cpp | 217 auto NumBlocks = F.size(); in initialize() local 221 BlockInfo.reserve(NumBlocks); in initialize()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
H A D | CodeMetrics.h | 54 unsigned NumBlocks = false; member
|
H A D | LoopInfoImpl.h | 433 unsigned NumBlocks = 0; in discoverAndMapSubloop() local 449 ++NumBlocks; in discoverAndMapSubloop() 468 NumBlocks += Subloop->getBlocksVector().capacity(); in discoverAndMapSubloop() 481 L->reserveBlocks(NumBlocks); in discoverAndMapSubloop()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/ |
H A D | InstructionSelect.cpp | 131 const size_t NumBlocks = MF.size(); in runOnMachineFunction() local 267 if (MF.size() != NumBlocks) { in runOnMachineFunction()
|
H A D | Legalizer.cpp | 322 const size_t NumBlocks = MF.size(); in runOnMachineFunction() local 357 if (MF.size() != NumBlocks) { in runOnMachineFunction()
|
/netbsd-src/external/apache2/llvm/dist/llvm/docs/PDB/ |
H A D | MsfFile.rst | 59 ulittle32_t NumBlocks; 76 - **NumBlocks** - The total number of blocks in the file. ``NumBlocks *
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/Windows/ |
H A D | Memory.inc | 121 size_t NumBlocks = (NumBytes + Granularity - 1) / Granularity; 134 size_t AllocSize = NumBlocks * Granularity;
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/ |
H A D | SampleProfReader.cpp | 1230 auto NumBlocks = readNumber<uint64_t>(); in readSummaryEntry() local 1231 if (std::error_code EC = NumBlocks.getError()) in readSummaryEntry() 1234 Entries.emplace_back(*Cutoff, *MinBlockCount, *NumBlocks); in readSummaryEntry() 1251 auto NumBlocks = readNumber<uint64_t>(); in readSummary() local 1252 if (std::error_code EC = NumBlocks.getError()) in readSummary() 1271 *MaxFunctionCount, *NumBlocks, *NumFunctions); in readSummary()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | CodeMetrics.cpp | 119 ++NumBlocks; in analyzeBasicBlock()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/ |
H A D | PDBFile.cpp | 62 return ContainerLayout.SB->NumBlocks; in getBlockCount() 141 ContainerLayout.FreePageMap.resize(SB->NumBlocks); in parseFileHeaders()
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/ |
H A D | ExplainOutputStyle.cpp | 164 } else if (pdbBlockOffset() < endof(SuperBlock, NumBlocks)) { in explainPdbSuperBlockOffset() 167 uint32_t(File.pdb().getMsfLayout().SB->NumBlocks)); in explainPdbSuperBlockOffset()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/ |
H A D | ELF.cpp | 649 uint32_t NumBlocks = ReadULEB128AsUInt32(); in decodeBBAddrMap() local 651 for (uint32_t BlockID = 0; !ULEBSizeErr && Cur && (BlockID < NumBlocks); in decodeBBAddrMap()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/LiveDebugValues/ |
H A D | InstrRefBasedImpl.cpp | 2990 unsigned NumBlocks = BlockOrders.size(); in vlocDataflow() local 2994 LiveIns.resize(NumBlocks); in vlocDataflow() 2995 LiveOuts.resize(NumBlocks); in vlocDataflow() 3000 LiveOutIdx.reserve(NumBlocks); in vlocDataflow() 3001 LiveInIdx.reserve(NumBlocks); in vlocDataflow() 3002 for (unsigned I = 0; I < NumBlocks; ++I) { in vlocDataflow()
|