Searched refs:BlockList (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/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 …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Demangle/ |
H A D | ItaniumDemangle.cpp | 256 BlockMeta* BlockList = nullptr; member in __anon1a08953b0211::BumpPointerAllocator 262 BlockList = new (NewMeta) BlockMeta{BlockList, 0}; in grow() 270 BlockList->Next = new (NewMeta) BlockMeta{BlockList->Next, 0}; in allocateMassive() 276 : BlockList(new (InitialBuffer) BlockMeta{nullptr, 0}) {} in BumpPointerAllocator() 280 if (N + BlockList->Current >= UsableAllocSize) { in allocate() 285 BlockList->Current += N; in allocate() 286 return static_cast<void*>(reinterpret_cast<char*>(BlockList + 1) + in allocate() 287 BlockList->Current - N); in allocate() 291 while (BlockList) { in reset() 292 BlockMeta* Tmp = BlockList; in reset() [all …]
|
/netbsd-src/external/apache2/llvm/dist/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;
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/MSF/ |
H A D | MSFBuilder.h | 127 using BlockList = std::vector<uint32_t>; variable 138 std::vector<std::pair<uint32_t, BlockList>> StreamData;
|
/netbsd-src/external/apache2/llvm/dist/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()
|
/netbsd-src/external/apache2/llvm/dist/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()
|
/netbsd-src/external/apache2/llvm/dist/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()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | OrcRemoteTargetServer.h | 290 auto &BlockList = StubOwnerItr->second; in handleEmitIndirectStubs() local 291 BlockList.push_back(std::move(*IS)); in handleEmitIndirectStubs()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/ |
H A D | PartialInlining.cpp | 420 [&ORE](SmallVectorImpl<BasicBlock *> &BlockList) -> BasicBlock * { in computeOutliningColdRegionsInfo() argument 422 for (auto *Block : BlockList) { in computeOutliningColdRegionsInfo() 424 if (!is_contained(BlockList, Succ)) { in computeOutliningColdRegionsInfo() 430 << ore::NV("Block", BlockList.front()->getName()) in computeOutliningColdRegionsInfo()
|