HomeSort by relevance Sort by last modified time
    Searched defs:Blocks (Results 1 - 25 of 233) sorted by null

1 2 3 4 5 6 7 8 910

  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/MSF/
MSFStreamLayout.h 23 /// file as a sequence of (possibly discontiguous) blocks. When we want to read
25 /// reader uses it to determine which blocks in the underlying MSF file contain
30 std::vector<support::ulittle32_t> Blocks;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/DebugInfo/MSF/
MSFStreamLayout.h 23 /// file as a sequence of (possibly discontiguous) blocks. When we want to read
25 /// reader uses it to determine which blocks in the underlying MSF file contain
30 std::vector<support::ulittle32_t> Blocks;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/DebugInfo/MSF/
MSFStreamLayout.h 23 /// file as a sequence of (possibly discontiguous) blocks. When we want to read
25 /// reader uses it to determine which blocks in the underlying MSF file contain
30 std::vector<support::ulittle32_t> Blocks;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/MSF/
MSFStreamLayout.h 23 /// file as a sequence of (possibly discontiguous) blocks. When we want to read
25 /// reader uses it to determine which blocks in the underlying MSF file contain
30 std::vector<support::ulittle32_t> Blocks;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/DebugInfo/MSF/
MSFStreamLayout.h 23 /// file as a sequence of (possibly discontiguous) blocks. When we want to read
25 /// reader uses it to determine which blocks in the underlying MSF file contain
30 std::vector<support::ulittle32_t> Blocks;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/DebugInfo/MSF/
MSFStreamLayout.h 23 /// file as a sequence of (possibly discontiguous) blocks. When we want to read
25 /// reader uses it to determine which blocks in the underlying MSF file contain
30 std::vector<support::ulittle32_t> Blocks;
  /external/llvm/include/llvm/Transforms/Utils/
CodeExtractor.h 52 SetVector<BasicBlock *> Blocks;
63 /// \brief Create a code extractor for a sequence of blocks.
65 /// Given a sequence of basic blocks where the first block in the sequence
93 /// Based on the blocks used when constructing the code extractor,
95 bool isEligible() const { return !Blocks.empty(); }
  /external/llvm/include/llvm/CodeGen/
EdgeBundles.h 34 /// Blocks - Map each bundle to a list of basic block numbers.
35 SmallVector<SmallVector<unsigned, 8>, 4> Blocks;
48 /// getBlocks - Return an array of blocks that are connected to Bundle.
49 ArrayRef<unsigned> getBlocks(unsigned Bundle) const { return Blocks[Bundle]; }
  /external/llvm/tools/llvm-pdbdump/
YAMLOutputStyle.cpp 59 auto Blocks = File.getDirectoryBlockArray();
60 Obj.Headers->DirectoryBlocks.assign(Blocks.begin(), Blocks.end());
88 BlockList.Blocks = Stream;
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
EdgeBundles.h 33 /// Blocks - Map each bundle to a list of basic block numbers.
34 SmallVector<SmallVector<unsigned, 8>, 4> Blocks;
47 /// getBlocks - Return an array of blocks that are connected to Bundle.
48 ArrayRef<unsigned> getBlocks(unsigned Bundle) { return Blocks[Bundle]; }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
EdgeBundles.h 34 /// Blocks - Map each bundle to a list of basic block numbers.
35 SmallVector<SmallVector<unsigned, 8>, 4> Blocks;
48 /// getBlocks - Return an array of blocks that are connected to Bundle.
49 ArrayRef<unsigned> getBlocks(unsigned Bundle) const { return Blocks[Bundle]; }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/Utils/
CodeExtractor.h 57 SetVector<BasicBlock *> Blocks;
65 /// Blocks containing EHPads, allocas, invokes, or vastarts are not valid.
76 /// \brief Create a code extractor for a sequence of blocks.
78 /// Given a sequence of basic blocks where the first block in the sequence
110 /// Based on the blocks used when constructing the code extractor,
112 bool isEligible() const { return !Blocks.empty(); }
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/
EdgeBundles.h 34 /// Blocks - Map each bundle to a list of basic block numbers.
35 SmallVector<SmallVector<unsigned, 8>, 4> Blocks;
48 /// getBlocks - Return an array of blocks that are connected to Bundle.
49 ArrayRef<unsigned> getBlocks(unsigned Bundle) const { return Blocks[Bundle]; }
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Transforms/Utils/
CodeExtractor.h 58 SetVector<BasicBlock *> Blocks;
66 /// Blocks containing EHPads, allocas, invokes, or vastarts are not valid.
69 /// \brief Create a code extractor for a sequence of blocks.
71 /// Given a sequence of basic blocks where the first block in the sequence
95 /// Based on the blocks used when constructing the code extractor,
97 bool isEligible() const { return !Blocks.empty(); }
130 /// successor of blocks inside the region. If there exists a single block
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/
EdgeBundles.h 34 /// Blocks - Map each bundle to a list of basic block numbers.
35 SmallVector<SmallVector<unsigned, 8>, 4> Blocks;
48 /// getBlocks - Return an array of blocks that are connected to Bundle.
49 ArrayRef<unsigned> getBlocks(unsigned Bundle) const { return Blocks[Bundle]; }
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Transforms/Utils/
CodeExtractor.h 58 SetVector<BasicBlock *> Blocks;
66 /// Blocks containing EHPads, allocas, invokes, or vastarts are not valid.
69 /// \brief Create a code extractor for a sequence of blocks.
71 /// Given a sequence of basic blocks where the first block in the sequence
95 /// Based on the blocks used when constructing the code extractor,
97 bool isEligible() const { return !Blocks.empty(); }
130 /// successor of blocks inside the region. If there exists a single block
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/
EdgeBundles.h 34 /// Blocks - Map each bundle to a list of basic block numbers.
35 SmallVector<SmallVector<unsigned, 8>, 4> Blocks;
48 /// getBlocks - Return an array of blocks that are connected to Bundle.
49 ArrayRef<unsigned> getBlocks(unsigned Bundle) const { return Blocks[Bundle]; }
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Transforms/Utils/
CodeExtractor.h 60 SetVector<BasicBlock *> Blocks;
65 /// \brief Create a code extractor for a sequence of blocks.
67 /// Given a sequence of basic blocks where the first block in the sequence
85 /// Blocks containing EHPads, allocas, invokes, or vastarts are not valid.
96 /// Based on the blocks used when constructing the code extractor,
98 bool isEligible() const { return !Blocks.empty(); }
132 /// successor of blocks inside the region. If there exists a single block
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/
EdgeBundles.h 34 /// Blocks - Map each bundle to a list of basic block numbers.
35 SmallVector<SmallVector<unsigned, 8>, 4> Blocks;
48 /// getBlocks - Return an array of blocks that are connected to Bundle.
49 ArrayRef<unsigned> getBlocks(unsigned Bundle) const { return Blocks[Bundle]; }
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Transforms/Utils/
CodeExtractor.h 60 SetVector<BasicBlock *> Blocks;
65 /// \brief Create a code extractor for a sequence of blocks.
67 /// Given a sequence of basic blocks where the first block in the sequence
85 /// Blocks containing EHPads, allocas, invokes, or vastarts are not valid.
96 /// Based on the blocks used when constructing the code extractor,
98 bool isEligible() const { return !Blocks.empty(); }
132 /// successor of blocks inside the region. If there exists a single block
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/
EdgeBundles.h 34 /// Blocks - Map each bundle to a list of basic block numbers.
35 SmallVector<SmallVector<unsigned, 8>, 4> Blocks;
48 /// getBlocks - Return an array of blocks that are connected to Bundle.
49 ArrayRef<unsigned> getBlocks(unsigned Bundle) const { return Blocks[Bundle]; }
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Transforms/Utils/
CodeExtractor.h 60 SetVector<BasicBlock *> Blocks;
65 /// \brief Create a code extractor for a sequence of blocks.
67 /// Given a sequence of basic blocks where the first block in the sequence
85 /// Blocks containing EHPads, allocas, invokes, or vastarts are not valid.
96 /// Based on the blocks used when constructing the code extractor,
98 bool isEligible() const { return !Blocks.empty(); }
132 /// successor of blocks inside the region. If there exists a single block
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/
EdgeBundles.h 34 /// Blocks - Map each bundle to a list of basic block numbers.
35 SmallVector<SmallVector<unsigned, 8>, 4> Blocks;
48 /// getBlocks - Return an array of blocks that are connected to Bundle.
49 ArrayRef<unsigned> getBlocks(unsigned Bundle) const { return Blocks[Bundle]; }
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Transforms/Utils/
CodeExtractor.h 60 SetVector<BasicBlock *> Blocks;
65 /// \brief Create a code extractor for a sequence of blocks.
67 /// Given a sequence of basic blocks where the first block in the sequence
85 /// Blocks containing EHPads, allocas, invokes, or vastarts are not valid.
96 /// Based on the blocks used when constructing the code extractor,
98 bool isEligible() const { return !Blocks.empty(); }
132 /// successor of blocks inside the region. If there exists a single block
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
EdgeBundles.h 34 /// Blocks - Map each bundle to a list of basic block numbers.
35 SmallVector<SmallVector<unsigned, 8>, 4> Blocks;
48 /// getBlocks - Return an array of blocks that are connected to Bundle.
49 ArrayRef<unsigned> getBlocks(unsigned Bundle) const { return Blocks[Bundle]; }

Completed in 575 milliseconds

1 2 3 4 5 6 7 8 910