Searched refs:BlockList (Results 1 – 10 of 10) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
| H A D | SSAUpdaterImpl.h | 94 SmallVector<BBInfo *, 100> BlockList; in GetValue() local 98 if (BlockList.size() == 0) { in GetValue() 104 FindDominators(&BlockList, PseudoEntry); in GetValue() 105 FindPHIPlacement(&BlockList); in GetValue() 106 FindAvailableVals(&BlockList); in GetValue() 184 BlockList->push_back(Info); in BuildBlockList() 358 E = BlockList->end(); I != E; ++I) { in FindAvailableVals() 369 FindExistingPHI(Info->BB, BlockList); in FindAvailableVals() 418 RecordMatchingPHIs(BlockList); in FindExistingPHI() 423 E = BlockList->end(); I != E; ++I) in FindExistingPHI() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Demangle/ |
| H A D | ItaniumDemangle.cpp | 299 BlockMeta* BlockList = nullptr; member in __anonfda222a60211::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() 330 BlockList->Current - N); in allocate() 334 while (BlockList) { in reset() 335 BlockMeta* Tmp = BlockList; in reset() 336 BlockList = BlockList->Next; in reset() [all …]
|
| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
| H A D | primary64.h | 547 SinglyLinkedList<BatchGroupT> BlockList = {}; member 679 Region->FreeListInfo.BlockList.push_front(BG); in pushBatchClassBlocks() 813 Region->FreeListInfo.BlockList.push_front(Cur); 934 if (Region->FreeListInfo.BlockList.empty()) in popBatchImpl() 943 Region->FreeListInfo.BlockList.pop_front(); in popBatchImpl() 962 Region->FreeListInfo.BlockList.pop_front(); in popBatchImpl() 1106 GroupsToRelease = Region->FreeListInfo.BlockList; in getRegionFragmentationInfo() 1107 Region->FreeListInfo.BlockList.clear(); in getRegionFragmentationInfo() 1178 Region->FreeListInfo.BlockList.clear(); 1442 Region->FreeListInfo.BlockList.pop_front(); in collectGroupsToRelease() [all …]
|
| H A D | primary32.h | 133 for (BatchGroupT &BG : Sci->FreeListInfo.BlockList) { in verifyAllBlocksAreReleasedTestOnly() 148 for (BatchGroupT &BG : Sci->FreeListInfo.BlockList) { in verifyAllBlocksAreReleasedTestOnly() 407 SinglyLinkedList<BatchGroupT> BlockList = {}; member 549 Sci->FreeListInfo.BlockList.push_front(BG); in pushBatchClassBlocks() 684 Sci->FreeListInfo.BlockList.push_front(Cur); 686 Sci->FreeListInfo.BlockList.insert(Prev, Cur); 735 if (Sci->FreeListInfo.BlockList.empty()) in popBatchImpl() 739 Sci->FreeListInfo.BlockList.front()->Batches; in popBatchImpl() 744 Sci->FreeListInfo.BlockList.pop_front(); in popBatchImpl() 763 Sci->FreeListInfo.BlockList.pop_front(); in popBatchImpl() [all …]
|
| /freebsd-14.2/contrib/llvm-project/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;
|
| /freebsd-14.2/contrib/llvm-project/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;
|
| /freebsd-14.2/contrib/llvm-project/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()
|
| /freebsd-14.2/contrib/llvm-project/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()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/MSF/ |
| H A D | MSFBuilder.cpp | 301 ulittle32_t *BlockList = in generateLayout() local 304 StreamData[I].second.size(), BlockList); in generateLayout() 306 ArrayRef<ulittle32_t>(BlockList, StreamData[I].second.size()); in generateLayout()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | PartialInlining.cpp | 370 [&ORE](SmallVectorImpl<BasicBlock *> &BlockList) -> BasicBlock * { in computeOutliningColdRegionsInfo() argument 372 for (auto *Block : BlockList) { in computeOutliningColdRegionsInfo() 374 if (!is_contained(BlockList, Succ)) { in computeOutliningColdRegionsInfo() 380 << ore::NV("Block", BlockList.front()->getName()) in computeOutliningColdRegionsInfo()
|