Home
last modified time | relevance | path

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

/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/include/llvm/Transforms/Utils/
DSSAUpdaterImpl.h71 SmallVector<BBInfo*, 100> BlockList; in GetValue() local
72 BBInfo *PseudoEntry = BuildBlockList(BB, &BlockList); in GetValue()
75 if (BlockList.size() == 0) { in GetValue()
81 FindDominators(&BlockList, PseudoEntry); in GetValue()
82 FindPHIPlacement(&BlockList); in GetValue()
83 FindAvailableVals(&BlockList); in GetValue()
92 BBInfo *BuildBlockList(BlkT *BB, BlockListTy *BlockList) { in BuildBlockList() argument
162 BlockList->push_back(Info); in BuildBlockList()
218 void FindDominators(BlockListTy *BlockList, BBInfo *PseudoEntry) { in FindDominators() argument
223 for (typename BlockListTy::reverse_iterator I = BlockList->rbegin(), in FindDominators()
[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/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/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()