| /openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Utils/ |
| H A D | SSAUpdaterImpl.h | 94 SmallVector<BBInfo *, 100> BlockList; in GetValue() local 95 BBInfo *PseudoEntry = BuildBlockList(BB, &BlockList); in GetValue() 98 if (BlockList.size() == 0) { in GetValue() 104 FindDominators(&BlockList, PseudoEntry); in GetValue() 105 FindPHIPlacement(&BlockList); in GetValue() 106 FindAvailableVals(&BlockList); in GetValue() 115 BBInfo *BuildBlockList(BlkT *BB, BlockListTy *BlockList) { in BuildBlockList() argument 184 BlockList->push_back(Info); in BuildBlockList() 240 void FindDominators(BlockListTy *BlockList, BBInfo *PseudoEntry) { in FindDominators() argument 245 for (typename BlockListTy::reverse_iterator I = BlockList->rbegin(), in FindDominators() [all …]
|
| /openbsd-src/gnu/llvm/libcxxabi/src/ |
| H A D | cxa_demangle.cpp | 299 BlockMeta* BlockList = nullptr; member in __anon67b5abab0211::BumpPointerAllocator 305 BlockList = new (NewMeta) BlockMeta{BlockList, 0}; in grow() 313 BlockList->Next = new (NewMeta) BlockMeta{BlockList->Next, 0}; in allocateMassive() 319 : BlockList(new (InitialBuffer) BlockMeta{nullptr, 0}) {} in BumpPointerAllocator() 323 if (N + BlockList->Current >= UsableAllocSize) { in allocate() 328 BlockList->Current += N; in allocate() 329 return static_cast<void*>(reinterpret_cast<char*>(BlockList + 1) + in allocate() 330 BlockList->Current - N); in allocate() 334 while (BlockList) { in reset() 335 BlockMeta* Tmp = BlockList; in reset() [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/Demangle/ |
| H A D | ItaniumDemangle.cpp | 298 BlockMeta* BlockList = nullptr; member in __anon6ca228070211::BumpPointerAllocator 304 BlockList = new (NewMeta) BlockMeta{BlockList, 0}; in grow() 312 BlockList->Next = new (NewMeta) BlockMeta{BlockList->Next, 0}; in allocateMassive() 318 : BlockList(new (InitialBuffer) BlockMeta{nullptr, 0}) {} in BumpPointerAllocator() 322 if (N + BlockList->Current >= UsableAllocSize) { in allocate() 327 BlockList->Current += N; in allocate() 328 return static_cast<void*>(reinterpret_cast<char*>(BlockList + 1) + in allocate() 329 BlockList->Current - N); in allocate() 333 while (BlockList) { in reset() 334 BlockMeta* Tmp = BlockList; in reset() [all …]
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/XRay/ |
| H A D | Profile.h | 115 using BlockList = std::list<Block>; 125 BlockList Blocks; 140 using const_iterator = BlockList::const_iterator;
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/MSF/ |
| H A D | MSFBuilder.h | 128 using BlockList = std::vector<uint32_t>; variable 139 std::vector<std::pair<uint32_t, BlockList>> StreamData;
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/ |
| H A D | PPCExpandISEL.cpp | 194 for (auto &BlockList : ISELInstructions) { in expandAndMergeISELs() local 197 << printMBBReference(*MF->getBlockNumbered(BlockList.first)) in expandAndMergeISELs() 199 BlockISELList &CurrentISELList = BlockList.second; in expandAndMergeISELs()
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-pdbutil/ |
| H A D | YAMLOutputStyle.cpp | 144 pdb::yaml::StreamBlockList BlockList; in dumpStreamDirectory() local 145 BlockList.Blocks.assign(Stream.begin(), Stream.end()); in dumpStreamDirectory() 146 Obj.StreamMap->push_back(BlockList); in dumpStreamDirectory()
|
| /openbsd-src/gnu/llvm/llvm/lib/DebugInfo/MSF/ |
| H A D | MSFBuilder.cpp | 298 ulittle32_t *BlockList = in generateLayout() local 301 StreamData[I].second.size(), BlockList); in generateLayout() 303 ArrayRef<ulittle32_t>(BlockList, StreamData[I].second.size()); in generateLayout()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/ |
| H A D | PartialInlining.cpp | 417 [&ORE](SmallVectorImpl<BasicBlock *> &BlockList) -> BasicBlock * { in computeOutliningColdRegionsInfo() argument 419 for (auto *Block : BlockList) { in computeOutliningColdRegionsInfo() 421 if (!is_contained(BlockList, Succ)) { in computeOutliningColdRegionsInfo() 427 << ore::NV("Block", BlockList.front()->getName()) in computeOutliningColdRegionsInfo()
|