| /llvm-project-15.0.7/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 …]
|
| /llvm-project-15.0.7/libcxxabi/src/ |
| H A D | cxa_demangle.cpp | 299 BlockMeta* BlockList = nullptr; member in __anon766966e40211::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 …]
|
| /llvm-project-15.0.7/llvm/lib/Demangle/ |
| H A D | ItaniumDemangle.cpp | 298 BlockMeta* BlockList = nullptr; member in __anon451de9200211::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() 329 BlockList->Current - N); in allocate() 333 while (BlockList) { in reset() 334 BlockMeta* Tmp = BlockList; in reset() 335 BlockList = BlockList->Next; in reset() [all …]
|
| /llvm-project-15.0.7/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;
|
| /llvm-project-15.0.7/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;
|
| /llvm-project-15.0.7/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()
|
| /llvm-project-15.0.7/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()
|
| /llvm-project-15.0.7/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()
|
| /llvm-project-15.0.7/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()
|
| /llvm-project-15.0.7/mlir/python/mlir/_mlir_libs/_mlir/ |
| H A D | ir.pyi | 39 "BlockList", 432 class BlockList: 947 def blocks(self) -> BlockList: ...
|