Searched defs:BlockList (Results 1 – 11 of 11) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/ |
D | SSAUpdaterImpl.h | 94 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()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
D | BuddyAllocator.h | 101 struct BlockList { struct 112 std::vector<BlockList> mFreeLists; argument
|
/third_party/node/lib/internal/ |
D | blocklist.js | 39 class BlockList extends JSTransferable { class 164 BlockList, property
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/MSF/ |
D | MSFBuilder.h | 127 using BlockList = std::vector<uint32_t>; variable
|
/third_party/node/doc/api/ |
D | net.md | 67 ### `blockList.addAddress(address[, type])` 77 ### `blockList.addRange(start, end[, type])` 90 ### `blockList.addSubnet(net, prefix[, type])` 103 ### `blockList.check(address[, type])` 130 ### `blockList.rules`
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCExpandISEL.cpp | 194 for (auto &BlockList : ISELInstructions) { in expandAndMergeISELs() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/MSF/ |
D | MSFBuilder.cpp | 299 ulittle32_t *BlockList = in generateLayout() local
|
/third_party/node/lib/ |
D | net.js | 118 let BlockList; variable 1775 get BlockList() { getter
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/ |
D | OrcRemoteTargetServer.h | 276 auto &BlockList = StubOwnerItr->second; in handleEmitIndirectStubs() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Demangle/ |
D | ItaniumDemangle.cpp | 258 BlockMeta* BlockList = nullptr; member in __anond87a587c0211::BumpPointerAllocator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
D | PartialInlining.cpp | 415 auto IsSingleEntry = [](SmallVectorImpl<BasicBlock *> &BlockList) { in computeOutliningColdRegionsInfo() 421 [&ORE](SmallVectorImpl<BasicBlock *> &BlockList) -> BasicBlock * { in computeOutliningColdRegionsInfo()
|