Home
last modified time | relevance | path

Searched refs:BlockList (Results 1 – 24 of 24) sorted by relevance

/external/llvm-project/llvm/include/llvm/Transforms/Utils/
DSSAUpdaterImpl.h94 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 …]
/external/llvm/include/llvm/Transforms/Utils/
DSSAUpdaterImpl.h82 SmallVector<BBInfo*, 100> BlockList; in GetValue() local
83 BBInfo *PseudoEntry = BuildBlockList(BB, &BlockList); in GetValue()
86 if (BlockList.size() == 0) { in GetValue()
92 FindDominators(&BlockList, PseudoEntry); in GetValue()
93 FindPHIPlacement(&BlockList); in GetValue()
94 FindAvailableVals(&BlockList); in GetValue()
103 BBInfo *BuildBlockList(BlkT *BB, BlockListTy *BlockList) { in BuildBlockList() argument
173 BlockList->push_back(Info); in BuildBlockList()
229 void FindDominators(BlockListTy *BlockList, BBInfo *PseudoEntry) { in FindDominators() argument
234 for (typename BlockListTy::reverse_iterator I = BlockList->rbegin(), in FindDominators()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
DSSAUpdaterImpl.h94 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 …]
/external/llvm-project/libcxxabi/src/
Dcxa_demangle.cpp255 BlockMeta* BlockList = nullptr; member in __anona2a04d0b0211::BumpPointerAllocator
261 BlockList = new (NewMeta) BlockMeta{BlockList, 0}; in grow()
269 BlockList->Next = new (NewMeta) BlockMeta{BlockList->Next, 0}; in allocateMassive()
275 : BlockList(new (InitialBuffer) BlockMeta{nullptr, 0}) {} in BumpPointerAllocator()
279 if (N + BlockList->Current >= UsableAllocSize) { in allocate()
284 BlockList->Current += N; in allocate()
285 return static_cast<void*>(reinterpret_cast<char*>(BlockList + 1) + in allocate()
286 BlockList->Current - N); in allocate()
290 while (BlockList) { in reset()
291 BlockMeta* Tmp = BlockList; in reset()
[all …]
/external/libcxxabi/src/
Dcxa_demangle.cpp259 BlockMeta* BlockList = nullptr; member in __anon42899bdd0211::BumpPointerAllocator
265 BlockList = new (NewMeta) BlockMeta{BlockList, 0}; in grow()
273 BlockList->Next = new (NewMeta) BlockMeta{BlockList->Next, 0}; in allocateMassive()
279 : BlockList(new (InitialBuffer) BlockMeta{nullptr, 0}) {} in BumpPointerAllocator()
283 if (N + BlockList->Current >= UsableAllocSize) { in allocate()
288 BlockList->Current += N; in allocate()
289 return static_cast<void*>(reinterpret_cast<char*>(BlockList + 1) + in allocate()
290 BlockList->Current - N); in allocate()
294 while (BlockList) { in reset()
295 BlockMeta* Tmp = BlockList; in reset()
[all …]
/external/llvm/lib/DebugInfo/PDB/Raw/
DMappedBlockStream.cpp130 auto BlockList = Data->getStreamBlocks(); in readLongestContiguousChunk() local
132 if (BlockList[Last] != BlockList[Last + 1] - 1) in readLongestContiguousChunk()
142 auto Result = Pdb.getBlockData(BlockList[First], Pdb.getBlockSize()); in readLongestContiguousChunk()
169 auto BlockList = Data->getStreamBlocks(); in tryReadContiguously() local
171 uint32_t E = BlockList[BlockNum]; in tryReadContiguously()
173 if (BlockList[I + BlockNum] != E) in tryReadContiguously()
177 uint32_t FirstBlockAddr = BlockList[BlockNum]; in tryReadContiguously()
202 auto BlockList = Data->getStreamBlocks(); in readBytes() local
204 uint32_t StreamBlockAddr = BlockList[BlockNum]; in readBytes()
238 auto BlockList = Data->getStreamBlocks(); in writeBytes() local
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Demangle/
DItaniumDemangle.cpp258 BlockMeta* BlockList = nullptr; member in __anon81d24cdb0211::BumpPointerAllocator
264 BlockList = new (NewMeta) BlockMeta{BlockList, 0}; in grow()
272 BlockList->Next = new (NewMeta) BlockMeta{BlockList->Next, 0}; in allocateMassive()
278 : BlockList(new (InitialBuffer) BlockMeta{nullptr, 0}) {} in BumpPointerAllocator()
282 if (N + BlockList->Current >= UsableAllocSize) { in allocate()
287 BlockList->Current += N; in allocate()
288 return static_cast<void*>(reinterpret_cast<char*>(BlockList + 1) + in allocate()
289 BlockList->Current - N); in allocate()
293 while (BlockList) { in reset()
294 BlockMeta* Tmp = BlockList; in reset()
[all …]
/external/llvm-project/llvm/lib/Demangle/
DItaniumDemangle.cpp256 BlockMeta* BlockList = nullptr; member in __anonfbdd7d670211::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 …]
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/XRay/
DProfile.h115 using BlockList = std::list<Block>;
125 BlockList Blocks;
140 using const_iterator = BlockList::const_iterator;
/external/llvm-project/llvm/include/llvm/XRay/
DProfile.h115 using BlockList = std::list<Block>;
125 BlockList Blocks;
140 using const_iterator = BlockList::const_iterator;
/external/llvm/tools/llvm-pdbdump/
DYAMLOutputStyle.cpp87 pdb::yaml::StreamBlockList BlockList; in dumpStreamDirectory() local
88 BlockList.Blocks = Stream; in dumpStreamDirectory()
89 Obj.StreamMap->push_back(BlockList); in dumpStreamDirectory()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/MSF/
DMSFBuilder.h127 using BlockList = std::vector<uint32_t>; variable
138 std::vector<std::pair<uint32_t, BlockList>> StreamData;
/external/llvm-project/llvm/include/llvm/DebugInfo/MSF/
DMSFBuilder.h127 using BlockList = std::vector<uint32_t>; variable
138 std::vector<std::pair<uint32_t, BlockList>> StreamData;
/external/llvm-project/llvm/lib/Target/PowerPC/
DPPCExpandISEL.cpp194 for (auto &BlockList : ISELInstructions) { in expandAndMergeISELs() local
197 << printMBBReference(*MF->getBlockNumbered(BlockList.first)) in expandAndMergeISELs()
199 BlockISELList &CurrentISELList = BlockList.second; in expandAndMergeISELs()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCExpandISEL.cpp194 for (auto &BlockList : ISELInstructions) { in expandAndMergeISELs() local
197 << printMBBReference(*MF->getBlockNumbered(BlockList.first)) in expandAndMergeISELs()
199 BlockISELList &CurrentISELList = BlockList.second; in expandAndMergeISELs()
/external/llvm-project/llvm/tools/llvm-pdbutil/
DYAMLOutputStyle.cpp144 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()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/MSF/
DMSFBuilder.cpp299 ulittle32_t *BlockList = in generateLayout() local
302 StreamData[I].second.size(), BlockList); in generateLayout()
304 ArrayRef<ulittle32_t>(BlockList, StreamData[I].second.size()); in generateLayout()
/external/llvm-project/llvm/lib/DebugInfo/MSF/
DMSFBuilder.cpp299 ulittle32_t *BlockList = in generateLayout() local
302 StreamData[I].second.size(), BlockList); in generateLayout()
304 ArrayRef<ulittle32_t>(BlockList, StreamData[I].second.size()); in generateLayout()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DPartialInlining.cpp415 auto IsSingleEntry = [](SmallVectorImpl<BasicBlock *> &BlockList) { in computeOutliningColdRegionsInfo() argument
416 BasicBlock *Dom = BlockList.front(); in computeOutliningColdRegionsInfo()
417 return BlockList.size() > 1 && Dom->hasNPredecessors(1); in computeOutliningColdRegionsInfo()
421 [&ORE](SmallVectorImpl<BasicBlock *> &BlockList) -> BasicBlock * { in computeOutliningColdRegionsInfo() argument
423 for (auto *Block : BlockList) { in computeOutliningColdRegionsInfo()
425 if (!is_contained(BlockList, *SI)) { in computeOutliningColdRegionsInfo()
431 << ore::NV("Block", BlockList.front()->getName()) in computeOutliningColdRegionsInfo()
/external/emma/core/java12/com/vladium/emma/instr/
DInstrVisitor.java946 final BlockList blocks = new BlockList (blockCount); in visit()
1397 private static final class BlockList class in InstrVisitor
1399 BlockList () in BlockList() method in InstrVisitor.BlockList
1404 BlockList (final int capacity) in BlockList() method in InstrVisitor.BlockList
1465 EmitCtx (final BlockList blocks, final ByteArrayOStream out) in EmitCtx()
1473 final BlockList m_blocks;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DOrcRemoteTargetServer.h276 auto &BlockList = StubOwnerItr->second; in handleEmitIndirectStubs() local
277 BlockList.push_back(std::move(IS)); in handleEmitIndirectStubs()
/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
DOrcRemoteTargetServer.h289 auto &BlockList = StubOwnerItr->second; in handleEmitIndirectStubs() local
290 BlockList.push_back(std::move(*IS)); in handleEmitIndirectStubs()
/external/llvm/include/llvm/ExecutionEngine/Orc/
DOrcRemoteTargetServer.h290 auto &BlockList = StubOwnerItr->second; in handleEmitIndirectStubs() local
291 BlockList.push_back(std::move(IS)); in handleEmitIndirectStubs()
/external/llvm-project/llvm/lib/Transforms/IPO/
DPartialInlining.cpp418 [&ORE](SmallVectorImpl<BasicBlock *> &BlockList) -> BasicBlock * { in computeOutliningColdRegionsInfo() argument
420 for (auto *Block : BlockList) { in computeOutliningColdRegionsInfo()
422 if (!is_contained(BlockList, *SI)) { in computeOutliningColdRegionsInfo()
428 << ore::NV("Block", BlockList.front()->getName()) in computeOutliningColdRegionsInfo()