/llvm-project/llvm/include/llvm/Transforms/Utils/ |
H A D | SSAUpdaterImpl.h | 95 SmallVector<BBInfo *, 100> BlockList; in GetValue() 96 BBInfo *PseudoEntry = BuildBlockList(BB, &BlockList); in GetValue() 99 if (BlockList.size() == 0) { in GetValue() 105 FindDominators(&BlockList, PseudoEntry); in GetValue() 106 FindPHIPlacement(&BlockList); in GetValue() 107 FindAvailableVals(&BlockList); in GetValue() 116 BBInfo *BuildBlockList(BlkT *BB, BlockListTy *BlockList) { in BuildBlockList() 182 // If not a root, put it on the BlockList. in BuildBlockList() 184 BlockList->push_back(Info); in BuildBlockList() 231 /// corresponding to the basic blocks on the BlockList 94 SmallVector<BBInfo *, 100> BlockList; GetValue() local 115 BuildBlockList(BlkT * BB,BlockListTy * BlockList) BuildBlockList() argument 240 FindDominators(BlockListTy * BlockList,BBInfo * PseudoEntry) FindDominators() argument 294 FindPHIPlacement(BlockListTy * BlockList) FindPHIPlacement() argument 353 FindAvailableVals(BlockListTy * BlockList) FindAvailableVals() argument 415 FindExistingPHI(BlkT * BB,BlockListTy * BlockList) FindExistingPHI() argument 477 RecordMatchingPHIs(BlockListTy * BlockList) RecordMatchingPHIs() argument [all...] |
/llvm-project/libcxxabi/src/ |
H A D | cxa_demangle.cpp | 300 BlockMeta* BlockList = nullptr; 306 BlockList = new (NewMeta) BlockMeta{BlockList, 0}; in grow() 314 BlockList->Next = new (NewMeta) BlockMeta{BlockList->Next, 0}; in allocateMassive() 320 : BlockList(new (InitialBuffer) BlockMeta{nullptr, 0}) {} in allocateMassive() 324 if (N + BlockList->Current >= UsableAllocSize) { in BumpPointerAllocator() 329 BlockList->Current += N; in allocate() 330 return static_cast<void*>(reinterpret_cast<char*>(BlockList + 1) + in allocate() 331 BlockList in allocate() 304 BlockMeta* BlockList = nullptr; global() member in __anonfcb94e470211::BumpPointerAllocator [all...] |
/llvm-project/llvm/lib/Demangle/ |
H A D | ItaniumDemangle.cpp | 299 BlockMeta* BlockList = nullptr; member in __anon811943230211::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 …]
|
/llvm-project/compiler-rt/lib/scudo/standalone/ |
H A D | primary64.h | 182 for (BatchGroupT &BG : Region->FreeListInfo.BlockList) { in verifyAllBlocksAreReleasedTestOnly() 199 for (BatchGroupT &BG : Region->FreeListInfo.BlockList) { in verifyAllBlocksAreReleasedTestOnly() 544 SinglyLinkedList<BatchGroupT> BlockList = {}; 688 BatchGroupT *BG = Region->FreeListInfo.BlockList.front(); in pushBatchClassBlocks() 703 Region->FreeListInfo.BlockList.push_front(BG); in pushBatchClassBlocks() 753 // FreeListInfo.BlockList - > BG -> BG -> BG 813 BatchGroupT *Cur = Region->FreeListInfo.BlockList.front(); 829 Region->FreeListInfo.BlockList.push_front(Cur); 831 Region->FreeListInfo.BlockList.insert(Prev, Cur); 862 Region->FreeListInfo.BlockList 527 SinglyLinkedList<BatchGroupT> BlockList = {}; global() member [all...] |
H A D | primary32.h | 133 for (BatchGroupT &BG : Sci->FreeListInfo.BlockList) { in verifyAllBlocksAreReleasedTestOnly() 148 for (BatchGroupT &BG : Sci->FreeListInfo.BlockList) { in verifyAllBlocksAreReleasedTestOnly() 396 SinglyLinkedList<BatchGroupT> BlockList = {}; 520 BatchGroupT *BG = Sci->FreeListInfo.BlockList.front(); in pushBatchClassBlocks() 535 Sci->FreeListInfo.BlockList.push_front(BG); in pushBatchClassBlocks() 584 // FreeListInfo.BlockList - > BG -> BG -> BG in pushBatchClassBlocks() 646 BatchGroupT *Cur = Sci->FreeListInfo.BlockList.front(); 662 Sci->FreeListInfo.BlockList.push_front(Cur); 664 Sci->FreeListInfo.BlockList.insert(Prev, Cur); 695 Sci->FreeListInfo.BlockList 393 SinglyLinkedList<BatchGroupT> BlockList = {}; global() member [all...] |
/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;
|
/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;
|
/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCExpandISEL.cpp |
|
/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()
|
/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()
|
/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | PartialInlining.cpp | 369 [&ORE](SmallVectorImpl<BasicBlock *> &BlockList) -> BasicBlock * { in computeOutliningColdRegionsInfo() 371 for (auto *Block : BlockList) { in computeOutliningColdRegionsInfo() 373 if (!is_contained(BlockList, Succ)) { in computeOutliningColdRegionsInfo() 379 << ore::NV("Block", BlockList.front()->getName()) in computeOutliningColdRegionsInfo() 370 __anonb1a3443d0202(SmallVectorImpl<BasicBlock *> &BlockList) computeOutliningColdRegionsInfo() argument
|
/llvm-project/mlir/python/mlir/_mlir_libs/_mlir/ |
H A D | ir.pyi | 75 "BlockList", 923 class BlockList: 2444 def blocks(self) -> BlockList:
|