Home
last modified time | relevance | path

Searched defs:BlockList (Results 1 – 13 of 13) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
DSSAUpdaterImpl.h94 SmallVector<BBInfo *, 100> BlockList; in GetValue() local
115 BBInfo *BuildBlockList(BlkT *BB, BlockListTy *BlockList) { in BuildBlockList()
240 void FindDominators(BlockListTy *BlockList, BBInfo *PseudoEntry) { in FindDominators()
294 void FindPHIPlacement(BlockListTy *BlockList) { in FindPHIPlacement()
331 void FindAvailableVals(BlockListTy *BlockList) { in FindAvailableVals()
389 void FindExistingPHI(BlkT *BB, BlockListTy *BlockList) { in FindExistingPHI()
451 void RecordMatchingPHIs(BlockListTy *BlockList) { in RecordMatchingPHIs()
/external/llvm/include/llvm/Transforms/Utils/
DSSAUpdaterImpl.h82 SmallVector<BBInfo*, 100> BlockList; in GetValue() local
103 BBInfo *BuildBlockList(BlkT *BB, BlockListTy *BlockList) { in BuildBlockList()
229 void FindDominators(BlockListTy *BlockList, BBInfo *PseudoEntry) { in FindDominators()
283 void FindPHIPlacement(BlockListTy *BlockList) { in FindPHIPlacement()
320 void FindAvailableVals(BlockListTy *BlockList) { in FindAvailableVals()
379 void FindExistingPHI(BlkT *BB, BlockListTy *BlockList) { in FindExistingPHI()
445 void RecordMatchingPHIs(BlockListTy *BlockList) { in RecordMatchingPHIs()
/external/llvm/lib/DebugInfo/PDB/Raw/
DMappedBlockStream.cpp130 auto BlockList = Data->getStreamBlocks(); in readLongestContiguousChunk() local
169 auto BlockList = Data->getStreamBlocks(); in tryReadContiguously() local
202 auto BlockList = Data->getStreamBlocks(); in readBytes() local
238 auto BlockList = Data->getStreamBlocks(); in writeBytes() local
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/MSF/
DMSFBuilder.h127 using BlockList = std::vector<uint32_t>; variable
/external/llvm/tools/llvm-pdbdump/
DYAMLOutputStyle.cpp87 pdb::yaml::StreamBlockList BlockList; in dumpStreamDirectory() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCExpandISEL.cpp194 for (auto &BlockList : ISELInstructions) { in expandAndMergeISELs() local
/external/emma/core/java12/com/vladium/emma/instr/
DInstrVisitor.java1397 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
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/MSF/
DMSFBuilder.cpp299 ulittle32_t *BlockList = in generateLayout() local
/external/libcxxabi/src/
Dcxa_demangle.cpp259 BlockMeta* BlockList = nullptr; member in __anon95a536820211::BumpPointerAllocator
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DOrcRemoteTargetServer.h276 auto &BlockList = StubOwnerItr->second; in handleEmitIndirectStubs() local
/external/llvm/include/llvm/ExecutionEngine/Orc/
DOrcRemoteTargetServer.h290 auto &BlockList = StubOwnerItr->second; in handleEmitIndirectStubs() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Demangle/
DItaniumDemangle.cpp258 BlockMeta* BlockList = nullptr; member in __anon460285200211::BumpPointerAllocator
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DPartialInlining.cpp415 auto IsSingleEntry = [](SmallVectorImpl<BasicBlock *> &BlockList) { in computeOutliningColdRegionsInfo()
421 [&ORE](SmallVectorImpl<BasicBlock *> &BlockList) -> BasicBlock * { in computeOutliningColdRegionsInfo()