| /external/llvm/docs/ |
| D | MIRLangRef.rst | 193 Block References 210 Successors 237 Live In Registers 252 Miscellaneous Attributes
|
| D | BitCodeFormat.rst | 163 .. _Blocks: target 165 Blocks section in Bitstream Format 196 .. _ENTER_SUBBLOCK: 198 ENTER_SUBBLOCK Encoding 215 END_BLOCK Encoding 404 .. _BLOCKINFO: 406 #0 - BLOCKINFO Block 553 .. _MODULE_BLOCK:
|
| /external/llvm/include/llvm/Analysis/ |
| D | IteratedDominanceFrontier.h | 56 void setDefiningBlocks(const SmallPtrSetImpl<BasicBlock *> &Blocks) { in setDefiningBlocks() 66 void setLiveInBlocks(const SmallPtrSetImpl<BasicBlock *> &Blocks) { in setLiveInBlocks()
|
| /external/llvm-project/llvm/docs/ |
| D | MIRLangRef.rst | 255 .. _block-references: 257 Block References 286 Successors 313 Live In Registers 328 Miscellaneous Attributes
|
| D | BitCodeFormat.rst | 165 .. _Blocks: target 167 Blocks section in Bitstream Format 198 .. _ENTER_SUBBLOCK: 200 ENTER_SUBBLOCK Encoding 217 END_BLOCK Encoding 406 .. _BLOCKINFO: 408 #0 - BLOCKINFO Block 554 .. _MODULE_BLOCK:
|
| /external/angle/third_party/vulkan_memory_allocator/tools/VmaDumpVis/ |
| D | Sample.json | 3 "Blocks": 2, number 15 "Blocks": 1, number 26 "Blocks": 1, number 40 "Blocks": 1, number 49 "Blocks": 1, number 70 "Blocks": { object 89 "Blocks": { object
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
| D | WebAssemblyFixIrreducibleControlFlow.cpp | 74 ReachabilityGraph(MachineBasicBlock *Entry, const BlockSet &Blocks) in ReachabilityGraph() 114 const BlockSet &Blocks; member in __anon4d3b72c60111::ReachabilityGraph 193 BlockSet Blocks; member in __anon4d3b72c60111::LoopBlocks 242 MachineBasicBlock *Entry, BlockSet &Blocks, MachineFunction &MF) { in processRegion() 323 BlockSet &Entries, BlockSet &Blocks, MachineFunction &MF, in makeSingleEntryLoop()
|
| /external/llvm-project/llvm/lib/Transforms/Utils/ |
| D | FixIrreducible.cpp | 161 SetVector<BasicBlock *> &Blocks, in createNaturalLoopInternal() 249 SetVector<BasicBlock *> &Blocks, in createNaturalLoop() 255 SetVector<BasicBlock *> &Blocks, in createNaturalLoop() 267 SetVector<BasicBlock *> Blocks; in makeReducible() local
|
| /external/llvm-project/llvm/lib/Target/WebAssembly/ |
| D | WebAssemblyFixIrreducibleControlFlow.cpp | 85 ReachabilityGraph(MachineBasicBlock *Entry, const BlockSet &Blocks) in ReachabilityGraph() 125 const BlockSet &Blocks; member in __anon5335f1d20111::ReachabilityGraph 204 BlockSet Blocks; member in __anon5335f1d20111::LoopBlocks 253 MachineBasicBlock *Entry, BlockSet &Blocks, MachineFunction &MF) { in processRegion() 339 BlockSet &Entries, BlockSet &Blocks, MachineFunction &MF, in makeSingleEntryLoop()
|
| /external/fonttools/Doc/source/unicodedata/ |
| D | Blocks.rst | 2 Blocks title
|
| /external/llvm-project/llvm/unittests/XRay/ |
| D | FDRRecordsTest.cpp | 138 auto &Blocks = ProcessThreadBlocks.second; in TEST() local 153 auto &Blocks = ProcessThreadBlocks.second; in TEST() local
|
| /external/llvm-project/llvm/unittests/Transforms/Utils/ |
| D | CodeExtractorTest.cpp | 220 SmallVector<BasicBlock *, 1> Blocks{ getBlockByName(Func, "entry"), in TEST() local 273 SmallVector<BasicBlock *, 1> Blocks{ getBlockByName(Func, "if.else") }; in TEST() local 317 SmallVector<BasicBlock *, 1> Blocks{getBlockByName(Func, "extract")}; in TEST() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
| D | GenericIteratedDominanceFrontier.h | 75 void setDefiningBlocks(const SmallPtrSetImpl<NodeTy *> &Blocks) { in setDefiningBlocks() 84 void setLiveInBlocks(const SmallPtrSetImpl<NodeTy *> &Blocks) { in setLiveInBlocks()
|
| /external/llvm-project/llvm/include/llvm/Support/ |
| D | GenericIteratedDominanceFrontier.h | 75 void setDefiningBlocks(const SmallPtrSetImpl<NodeTy *> &Blocks) { in setDefiningBlocks() 84 void setLiveInBlocks(const SmallPtrSetImpl<NodeTy *> &Blocks) { in setLiveInBlocks()
|
| /external/llvm-project/llvm/unittests/DebugInfo/MSF/ |
| D | MSFBuilderTest.cpp | 85 std::vector<uint32_t> Blocks = {4, 5, 6, 7, 8, 9, 10, 11, 12}; in TEST_F() local 128 auto Blocks = Msf2.getStreamBlocks(0); in TEST_F() local 251 std::vector<uint32_t> Blocks = {2, 3}; in TEST_F() local 382 std::vector<uint32_t> Blocks(BlocksRef.begin(), BlocksRef.end()); in TEST_F() local
|
| /external/llvm-project/llvm/include/llvm/CodeGen/ |
| D | EdgeBundles.h | 33 SmallVector<SmallVector<unsigned, 8>, 4> Blocks; variable
|
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
| D | EdgeBundles.h | 34 SmallVector<SmallVector<unsigned, 8>, 4> Blocks; variable
|
| /external/llvm/include/llvm/CodeGen/ |
| D | EdgeBundles.h | 35 SmallVector<SmallVector<unsigned, 8>, 4> Blocks; variable
|
| /external/llvm-project/clang/test/Modules/ |
| D | odr_hash-blocks.cpp | 45 namespace Blocks { namespace
|
| /external/llvm-project/llvm/lib/Transforms/Scalar/ |
| D | GVNSink.cpp | 120 ArrayRef<BasicBlock *> Blocks; member in __anon0e48740a0111::LockstepReverseIterator 126 LockstepReverseIterator(ArrayRef<BasicBlock *> Blocks) : Blocks(Blocks) { in LockstepReverseIterator() 159 void restrictToBlocks(SmallSetVector<BasicBlock *, 4> &Blocks) { in restrictToBlocks() 200 SmallVector<BasicBlock *, 4> Blocks; member 231 SmallVector<BasicBlock *, 4> Blocks; member in __anon0e48740a0111::ModelledPHI 836 void GVNSink::sinkLastInstruction(ArrayRef<BasicBlock *> Blocks, in sinkLastInstruction()
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
| D | GVNSink.cpp | 120 ArrayRef<BasicBlock *> Blocks; member in __anon52d731fe0111::LockstepReverseIterator 126 LockstepReverseIterator(ArrayRef<BasicBlock *> Blocks) : Blocks(Blocks) { in LockstepReverseIterator() 159 void restrictToBlocks(SmallSetVector<BasicBlock *, 4> &Blocks) { in restrictToBlocks() 201 SmallVector<BasicBlock *, 4> Blocks; member 232 SmallVector<BasicBlock *, 4> Blocks; member in __anon52d731fe0111::ModelledPHI 833 void GVNSink::sinkLastInstruction(ArrayRef<BasicBlock *> Blocks, in sinkLastInstruction()
|
| /external/llvm/include/llvm/Transforms/Utils/ |
| D | CodeExtractor.h | 52 SetVector<BasicBlock *> Blocks; variable
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/MSF/ |
| D | MSFBuilder.cpp | 102 MutableArrayRef<uint32_t> Blocks) { in allocateBlocks() 155 ArrayRef<uint32_t> Blocks) { in addStream() 375 for (const auto &Blocks : Layout.StreamMap) { in commit() local
|
| /external/llvm-project/llvm/lib/DebugInfo/MSF/ |
| D | MSFBuilder.cpp | 102 MutableArrayRef<uint32_t> Blocks) { in allocateBlocks() 155 ArrayRef<uint32_t> Blocks) { in addStream() 375 for (const auto &Blocks : Layout.StreamMap) { in commit() local
|
| /external/llvm-project/clang/lib/Analysis/ |
| D | ThreadSafetyTIL.cpp | 165 unsigned BasicBlock::topologicalSort(SimpleArray<BasicBlock *> &Blocks, in topologicalSort() 189 unsigned BasicBlock::topologicalFinalSort(SimpleArray<BasicBlock *> &Blocks, in topologicalFinalSort()
|