Home
last modified time | relevance | path

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

12

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
H A 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()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/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()
353 void FindAvailableVals(BlockListTy *BlockList) { in FindAvailableVals()
415 void FindExistingPHI(BlkT *BB, BlockListTy *BlockList) { in FindExistingPHI()
477 void RecordMatchingPHIs(BlockListTy *BlockList) { in RecordMatchingPHIs()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/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()
353 void FindAvailableVals(BlockListTy *BlockList) { in FindAvailableVals()
415 void FindExistingPHI(BlkT *BB, BlockListTy *BlockList) { in FindExistingPHI()
477 void RecordMatchingPHIs(BlockListTy *BlockList) { in RecordMatchingPHIs()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/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()
353 void FindAvailableVals(BlockListTy *BlockList) { in FindAvailableVals()
415 void FindExistingPHI(BlkT *BB, BlockListTy *BlockList) { in FindExistingPHI()
477 void RecordMatchingPHIs(BlockListTy *BlockList) { in RecordMatchingPHIs()
/aosp_15_r20/external/llvm/include/llvm/Transforms/Utils/
H A 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()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/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()
353 void FindAvailableVals(BlockListTy *BlockList) { in FindAvailableVals()
415 void FindExistingPHI(BlkT *BB, BlockListTy *BlockList) { in FindExistingPHI()
477 void RecordMatchingPHIs(BlockListTy *BlockList) { in RecordMatchingPHIs()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Transforms/Utils/
H A 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()
353 void FindAvailableVals(BlockListTy *BlockList) { in FindAvailableVals()
415 void FindExistingPHI(BlkT *BB, BlockListTy *BlockList) { in FindExistingPHI()
477 void RecordMatchingPHIs(BlockListTy *BlockList) { in RecordMatchingPHIs()
/aosp_15_r20/external/llvm/lib/DebugInfo/PDB/Raw/
H A 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
/aosp_15_r20/external/emma/core/java12/com/vladium/emma/instr/
H A 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
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/MSF/
H A DMSFBuilder.h128 using BlockList = std::vector<uint32_t>; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/DebugInfo/MSF/
DMSFBuilder.h128 using BlockList = std::vector<uint32_t>; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/DebugInfo/MSF/
DMSFBuilder.h128 using BlockList = std::vector<uint32_t>; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/DebugInfo/MSF/
DMSFBuilder.h128 using BlockList = std::vector<uint32_t>; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/DebugInfo/MSF/
DMSFBuilder.h128 using BlockList = std::vector<uint32_t>; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/MSF/
H A DMSFBuilder.h127 using BlockList = std::vector<uint32_t>; variable
/aosp_15_r20/external/llvm/tools/llvm-pdbdump/
H A DYAMLOutputStyle.cpp87 pdb::yaml::StreamBlockList BlockList; in dumpStreamDirectory() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
H A DPPCExpandISEL.cpp194 for (auto &BlockList : ISELInstructions) { in expandAndMergeISELs() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/PowerPC/
H A DPPCExpandISEL.cpp194 for (auto &BlockList : ISELInstructions) { in expandAndMergeISELs() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
H A DPartialInlining.cpp415 auto IsSingleEntry = [](SmallVectorImpl<BasicBlock *> &BlockList) { in computeOutliningColdRegionsInfo()
421 [&ORE](SmallVectorImpl<BasicBlock *> &BlockList) -> BasicBlock * { in computeOutliningColdRegionsInfo()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/MSF/
H A DMSFBuilder.cpp299 ulittle32_t *BlockList = in generateLayout() local
/aosp_15_r20/external/libcxxabi/src/
H A Dcxa_demangle.cpp259 BlockMeta* BlockList = nullptr; member in __anon29fe2f4c0211::BumpPointerAllocator
/aosp_15_r20/external/cronet/third_party/libc++abi/src/src/
H A Dcxa_demangle.cpp304 BlockMeta* BlockList = nullptr; member in __anondcc42ebc0211::BumpPointerAllocator
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/MSF/
H A DMSFBuilder.cpp298 ulittle32_t *BlockList = in generateLayout() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
H A DOrcRemoteTargetServer.h276 auto &BlockList = StubOwnerItr->second; in handleEmitIndirectStubs() local
/aosp_15_r20/external/llvm/include/llvm/ExecutionEngine/Orc/
H A DOrcRemoteTargetServer.h290 auto &BlockList = StubOwnerItr->second; in handleEmitIndirectStubs() local

12