Home
last modified time | relevance | path

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

12

/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/swiftshader/third_party/llvm-16.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/libcxxabi/src/
Dcxa_demangle.cpp259 BlockMeta* BlockList = nullptr; member in __anon903c79cc0211::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/cronet/tot/third_party/libc++abi/src/src/
Dcxa_demangle.cpp300 BlockMeta* BlockList = nullptr; member in __anonad640f820211::BumpPointerAllocator
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 BumpPointerAllocator()
324 if (N + BlockList->Current >= UsableAllocSize) { in allocate()
329 BlockList->Current += N; in allocate()
330 return static_cast<void*>(reinterpret_cast<char*>(BlockList + 1) + in allocate()
331 BlockList->Current - N); in allocate()
335 while (BlockList) { in reset()
336 BlockMeta* Tmp = BlockList; in reset()
[all …]
/external/cronet/stable/third_party/libc++abi/src/src/
Dcxa_demangle.cpp300 BlockMeta* BlockList = nullptr; member in __anonc9c5d5e60211::BumpPointerAllocator
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 BumpPointerAllocator()
324 if (N + BlockList->Current >= UsableAllocSize) { in allocate()
329 BlockList->Current += N; in allocate()
330 return static_cast<void*>(reinterpret_cast<char*>(BlockList + 1) + in allocate()
331 BlockList->Current - N); in allocate()
335 while (BlockList) { in reset()
336 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 __anonfe6ac3aa0211::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/swiftshader/third_party/llvm-16.0/llvm/lib/Demangle/
DItaniumDemangle.cpp298 BlockMeta* BlockList = nullptr; member in __anon71bc01b00211::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()
328 return static_cast<void*>(reinterpret_cast<char*>(BlockList + 1) + in allocate()
329 BlockList->Current - N); in allocate()
333 while (BlockList) { in reset()
334 BlockMeta* Tmp = BlockList; in reset()
[all …]
/external/scudo/standalone/
Dprimary64.h182 for (BatchGroupT &BG : Region->FreeListInfo.BlockList) { in verifyAllBlocksAreReleasedTestOnly()
199 for (BatchGroupT &BG : Region->FreeListInfo.BlockList) { in verifyAllBlocksAreReleasedTestOnly()
544 SinglyLinkedList<BatchGroupT> BlockList = {}; member
688 BatchGroupT *BG = Region->FreeListInfo.BlockList.front(); in pushBatchClassBlocks()
703 Region->FreeListInfo.BlockList.push_front(BG); in pushBatchClassBlocks()
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.insert(Prev, Cur);
952 if (Region->FreeListInfo.BlockList.empty()) in popBlocksImpl()
[all …]
Dprimary32.h133 for (BatchGroupT &BG : Sci->FreeListInfo.BlockList) { in verifyAllBlocksAreReleasedTestOnly()
148 for (BatchGroupT &BG : Sci->FreeListInfo.BlockList) { in verifyAllBlocksAreReleasedTestOnly()
396 SinglyLinkedList<BatchGroupT> BlockList = {}; member
520 BatchGroupT *BG = Sci->FreeListInfo.BlockList.front(); in pushBatchClassBlocks()
535 Sci->FreeListInfo.BlockList.push_front(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.insert(Prev, Cur);
710 if (Sci->FreeListInfo.BlockList.empty()) in popBlocksImpl()
[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/swiftshader/third_party/llvm-16.0/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/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/MSF/
DMSFBuilder.h128 using BlockList = std::vector<uint32_t>; variable
139 std::vector<std::pair<uint32_t, BlockList>> StreamData;
/external/swiftshader/third_party/llvm-16.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/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/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/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/MSF/
DMSFBuilder.cpp298 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()
/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/AFLplusplus/instrumentation/
DSanitizerCoverageLTO.so.cc253 std::vector<BasicBlock *> BlockList; member in __anon50fbe7ac0111::ModuleSanitizerCoverageLTO
385 BlockList.clear(); in instrumentModule()
676 BlockList.push_back(&BB); in instrumentModule()
681 BlockList.push_back(succ); in instrumentModule()
1575 if (BlockList.size()) { in InjectCoverage()
1578 for (uint32_t k = 0; k < BlockList.size(); k++) { in InjectCoverage()
1580 if (AllBlocks[i] == BlockList[k]) { in InjectCoverage()
/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/llvm/include/llvm/ExecutionEngine/Orc/
DOrcRemoteTargetServer.h290 auto &BlockList = StubOwnerItr->second; in handleEmitIndirectStubs() local
291 BlockList.push_back(std::move(IS)); in handleEmitIndirectStubs()
/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()

12