/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/swiftshader/third_party/llvm-7.0/llvm/docs/ |
D | MIRLangRef.rst | 243 .. _block-references: 245 Block References 274 Successors 301 Live In Registers 316 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/swiftshader/third_party/llvm-7.0/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/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/include/llvm/CodeGen/ |
D | EdgeBundles.h | 35 SmallVector<SmallVector<unsigned, 8>, 4> Blocks; variable
|
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | EdgeBundles.h | 34 SmallVector<SmallVector<unsigned, 8>, 4> Blocks; variable
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | EdgeBundles.h | 35 SmallVector<SmallVector<unsigned, 8>, 4> Blocks; variable
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/MSF/ |
D | MSFBuilderTest.cpp | 86 std::vector<uint32_t> Blocks = {4, 5, 6, 7, 8, 9, 10, 11, 12}; in TEST_F() local 129 auto Blocks = Msf2.getStreamBlocks(0); in TEST_F() local 252 std::vector<uint32_t> Blocks = {2, 3}; in TEST_F() local 383 std::vector<uint32_t> Blocks(BlocksRef.begin(), BlocksRef.end()); in TEST_F() local
|
D | MappedBlockStreamTest.cpp | 32 DiscontiguousStream(ArrayRef<uint32_t> Blocks, MutableArrayRef<uint8_t> Data) in DiscontiguousStream() 73 std::vector<support::ulittle32_t> Blocks; member in __anona1ec7f8b0111::DiscontiguousStream 314 const uint32_t Blocks[] = {2, 1, 0, 6, 3, 4, 5, 7, 9, 8}; in TEST() local 474 const uint32_t Blocks[] = {2, 1, 0, 6, 3, 4, 5, 7, 9, 8}; in TEST() local
|
/external/llvm/include/llvm/Transforms/Utils/ |
D | CodeExtractor.h | 52 SetVector<BasicBlock *> Blocks; variable
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | GVNSink.cpp | 120 ArrayRef<BasicBlock *> Blocks; member in __anonec26fc0d0111::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 __anonec26fc0d0111::ModelledPHI 826 void GVNSink::sinkLastInstruction(ArrayRef<BasicBlock *> Blocks, in sinkLastInstruction()
|
D | LoopSimplifyCFG.cpp | 46 SmallVector<WeakTrackingVH, 16> Blocks(L.blocks()); in simplifyLoopCFG() local
|
D | MergeICmps.cpp | 359 BCECmpChain::BCECmpChain(const std::vector<BasicBlock *> &Blocks, PHINode &Phi) in BCECmpChain() 638 std::vector<BasicBlock *> Blocks(NumBlocks); in getOrderedBlocks() local 724 const auto Blocks = in processPhi() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/MSF/ |
D | MSFBuilder.cpp | 103 MutableArrayRef<uint32_t> Blocks) { in allocateBlocks() 156 ArrayRef<uint32_t> Blocks) { in addStream() 376 for (const auto &Blocks : Layout.StreamMap) { in commit() local
|
/external/clang/lib/Analysis/ |
D | ThreadSafetyTIL.cpp | 168 int BasicBlock::topologicalSort(SimpleArray<BasicBlock*>& Blocks, int ID) { in topologicalSort() 191 int BasicBlock::topologicalFinalSort(SimpleArray<BasicBlock*>& Blocks, int ID) { in topologicalFinalSort()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/ |
D | CodeExtractor.h | 63 SetVector<BasicBlock *> Blocks; variable
|
/external/llvm/tools/llvm-pdbdump/ |
D | YAMLOutputStyle.cpp | 59 auto Blocks = File.getDirectoryBlockArray(); in dumpFileHeaders() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/bugpoint/ |
D | CrashDebugger.cpp | 389 SmallPtrSet<BasicBlock *, 8> Blocks; in TestBlocks() local 508 SmallPtrSet<const BasicBlock *, 8> Blocks; in TestBlocks() local 612 SmallPtrSet<const BasicBlock *, 8> Blocks; in TestBlocks() local 1062 std::vector<const BasicBlock *> Blocks; in DebugACrash() local 1084 std::vector<const BasicBlock *> Blocks; in DebugACrash() local 1097 std::vector<const BasicBlock *> Blocks; in DebugACrash() local
|
/external/clang/include/clang/Analysis/Analyses/ |
D | PostOrderCFGView.h | 73 std::vector<const CFGBlock*> Blocks; variable
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/ |
D | BasicBlockPlacement.cpp | 113 Function::BasicBlockListType &Blocks = BB->getParent()->getBasicBlockList(); in PlaceBlocks() local
|
/external/llvm/lib/Transforms/Scalar/ |
D | LoopSimplifyCFG.cpp | 43 SmallVector<WeakVH, 16> Blocks(L.blocks()); in simplifyLoopCFG() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86CmovConversion.cpp | 190 SmallVector<MachineBasicBlock *, 4> Blocks; in runOnMachineFunction() local 263 ArrayRef<MachineBasicBlock *> Blocks, CmovGroups &CmovInstGroups, in collectCmovCandidates() 383 ArrayRef<MachineBasicBlock *> Blocks, CmovGroups &CmovInstGroups) { in checkForProfitableCmovCandidates()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/ |
D | LinePrinter.cpp | 145 ArrayRef<support::ulittle32_t> Blocks = Layout.Blocks; in computeBlockRuns() local 250 auto Blocks = makeArrayRef(StreamLayout.Blocks); in formatMsfStreamBlocks() local
|