Home
last modified time | relevance | path

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/
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()
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DBuddyAllocator.h101 struct BlockList { struct
112 std::vector<BlockList> mFreeLists; argument
/third_party/node/lib/internal/
Dblocklist.js39 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/
DMSFBuilder.h127 using BlockList = std::vector<uint32_t>; variable
/third_party/node/doc/api/
Dnet.md67 ### `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/
DPPCExpandISEL.cpp194 for (auto &BlockList : ISELInstructions) { in expandAndMergeISELs() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/MSF/
DMSFBuilder.cpp299 ulittle32_t *BlockList = in generateLayout() local
/third_party/node/lib/
Dnet.js118 let BlockList; variable
1775 get BlockList() { getter
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DOrcRemoteTargetServer.h276 auto &BlockList = StubOwnerItr->second; in handleEmitIndirectStubs() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Demangle/
DItaniumDemangle.cpp258 BlockMeta* BlockList = nullptr; member in __anond87a587c0211::BumpPointerAllocator
/third_party/skia/third_party/externals/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()