HomeSort by relevance Sort by last modified time
    Searched defs:blocks (Results 176 - 200 of 492) sorted by null

1 2 3 4 5 6 78 91011>>

  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Analysis/
LoopInfo.h 17 // contained entirely within the loop and the basic blocks the make up the loop.
24 // * the successor blocks of the loop
74 // The list of blocks in this loop. First entry is the header node.
75 std::vector<BlockT *> Blocks;
90 /// for consistency with loop depth values used for basic blocks, where depth
91 /// 0 is used for blocks not inside any loops.
148 /// Get a list of the basic blocks which make up this loop.
151 return Blocks;
156 inline iterator_range<block_iterator> blocks() const { function in class:llvm::LoopBase
161 /// Get the number of blocks in this loop in constant time
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
GCOV.h 283 size_t getNumBlocks() const { return Blocks.size(); }
287 BlockIterator block_begin() const { return Blocks.begin(); }
288 BlockIterator block_end() const { return Blocks.end(); }
289 iterator_range<BlockIterator> blocks() const { function in class:llvm::GCOVFunction
304 SmallVector<std::unique_ptr<GCOVBlock>, 16> Blocks;
392 BlockLines Blocks;
416 LineInfo[Filename].Blocks[Line - 1].push_back(Block);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Analysis/
LoopInfo.h 17 // contained entirely within the loop and the basic blocks the make up the loop.
24 // * the successor blocks of the loop
74 // The list of blocks in this loop. First entry is the header node.
75 std::vector<BlockT *> Blocks;
90 /// for consistency with loop depth values used for basic blocks, where depth
91 /// 0 is used for blocks not inside any loops.
148 /// Get a list of the basic blocks which make up this loop.
151 return Blocks;
156 inline iterator_range<block_iterator> blocks() const { function in class:llvm::LoopBase
161 /// Get the number of blocks in this loop in constant time
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
GCOV.h 283 size_t getNumBlocks() const { return Blocks.size(); }
287 BlockIterator block_begin() const { return Blocks.begin(); }
288 BlockIterator block_end() const { return Blocks.end(); }
289 iterator_range<BlockIterator> blocks() const { function in class:llvm::GCOVFunction
304 SmallVector<std::unique_ptr<GCOVBlock>, 16> Blocks;
392 BlockLines Blocks;
416 LineInfo[Filename].Blocks[Line - 1].push_back(Block);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Analysis/
LoopInfo.h 17 // contained entirely within the loop and the basic blocks the make up the loop.
24 // * the successor blocks of the loop
74 // The list of blocks in this loop. First entry is the header node.
75 std::vector<BlockT *> Blocks;
90 /// for consistency with loop depth values used for basic blocks, where depth
91 /// 0 is used for blocks not inside any loops.
148 /// Get a list of the basic blocks which make up this loop.
151 return Blocks;
156 inline iterator_range<block_iterator> blocks() const { function in class:llvm::LoopBase
161 /// Get the number of blocks in this loop in constant time
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
GCOV.h 283 size_t getNumBlocks() const { return Blocks.size(); }
287 BlockIterator block_begin() const { return Blocks.begin(); }
288 BlockIterator block_end() const { return Blocks.end(); }
289 iterator_range<BlockIterator> blocks() const { function in class:llvm::GCOVFunction
304 SmallVector<std::unique_ptr<GCOVBlock>, 16> Blocks;
392 BlockLines Blocks;
416 LineInfo[Filename].Blocks[Line - 1].push_back(Block);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Analysis/
LoopInfo.h 17 // contained entirely within the loop and the basic blocks the make up the loop.
24 // * the successor blocks of the loop
74 // The list of blocks in this loop. First entry is the header node.
75 std::vector<BlockT *> Blocks;
90 /// for consistency with loop depth values used for basic blocks, where depth
91 /// 0 is used for blocks not inside any loops.
148 /// Get a list of the basic blocks which make up this loop.
151 return Blocks;
156 inline iterator_range<block_iterator> blocks() const { function in class:llvm::LoopBase
161 /// Get the number of blocks in this loop in constant time
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
GCOV.h 283 size_t getNumBlocks() const { return Blocks.size(); }
287 BlockIterator block_begin() const { return Blocks.begin(); }
288 BlockIterator block_end() const { return Blocks.end(); }
289 iterator_range<BlockIterator> blocks() const { function in class:llvm::GCOVFunction
304 SmallVector<std::unique_ptr<GCOVBlock>, 16> Blocks;
392 BlockLines Blocks;
416 LineInfo[Filename].Blocks[Line - 1].push_back(Block);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
LoopInfo.h 17 // contained entirely within the loop and the basic blocks the make up the loop.
24 // * the successor blocks of the loop
73 // The list of blocks in this loop. First entry is the header node.
74 std::vector<BlockT*> Blocks;
93 /// for consistency with loop depth values used for basic blocks, where depth
94 /// 0 is used for blocks not inside any loops.
102 BlockT *getHeader() const { return Blocks.front(); }
138 /// Get a list of the basic blocks which make up this loop.
139 const std::vector<BlockT*> &getBlocks() const { return Blocks; }
141 block_iterator block_begin() const { return Blocks.begin();
143 inline iterator_range<block_iterator> blocks() const { function in class:llvm::LoopBase
    [all...]
RegionInfo.h 292 /// verify that all reachable basic blocks are elements of the region.
610 /// @brief Returns a range view of the basic blocks in the region.
611 inline block_range blocks() { function in class:llvm::RegionBase
615 /// @brief Returns a range view of the basic blocks in the region.
618 inline const_block_range blocks() const { function in class:llvm::RegionBase
817 /// @brief Find the smallest region that contains two basic blocks.
832 /// @brief Find the smallest region that contains a set of basic blocks.
834 /// @param BBs A vector of basic blocks.
835 /// @return The smallest region that contains all basic blocks in BBS.
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Analysis/
LoopInfo.h 17 // contained entirely within the loop and the basic blocks the make up the loop.
24 // * the successor blocks of the loop
73 // The list of blocks in this loop. First entry is the header node.
74 std::vector<BlockT*> Blocks;
93 /// for consistency with loop depth values used for basic blocks, where depth
94 /// 0 is used for blocks not inside any loops.
102 BlockT *getHeader() const { return Blocks.front(); }
138 /// Get a list of the basic blocks which make up this loop.
139 const std::vector<BlockT*> &getBlocks() const { return Blocks; }
141 block_iterator block_begin() const { return Blocks.begin();
143 inline iterator_range<block_iterator> blocks() const { function in class:llvm::LoopBase
    [all...]
RegionInfo.h 292 /// verify that all reachable basic blocks are elements of the region.
610 /// @brief Returns a range view of the basic blocks in the region.
611 inline block_range blocks() { function in class:llvm::RegionBase
615 /// @brief Returns a range view of the basic blocks in the region.
618 inline const_block_range blocks() const { function in class:llvm::RegionBase
831 /// @brief Find the smallest region that contains two basic blocks.
846 /// @brief Find the smallest region that contains a set of basic blocks.
848 /// @param BBs A vector of basic blocks.
849 /// @return The smallest region that contains all basic blocks in BBS.
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Analysis/
LoopInfo.h 17 // contained entirely within the loop and the basic blocks the make up the loop.
24 // * the successor blocks of the loop
73 // The list of blocks in this loop. First entry is the header node.
74 std::vector<BlockT*> Blocks;
93 /// for consistency with loop depth values used for basic blocks, where depth
94 /// 0 is used for blocks not inside any loops.
102 BlockT *getHeader() const { return Blocks.front(); }
138 /// Get a list of the basic blocks which make up this loop.
139 const std::vector<BlockT*> &getBlocks() const { return Blocks; }
141 block_iterator block_begin() const { return Blocks.begin();
143 inline iterator_range<block_iterator> blocks() const { function in class:llvm::LoopBase
    [all...]
RegionInfo.h 292 /// verify that all reachable basic blocks are elements of the region.
610 /// @brief Returns a range view of the basic blocks in the region.
611 inline block_range blocks() { function in class:llvm::RegionBase
615 /// @brief Returns a range view of the basic blocks in the region.
618 inline const_block_range blocks() const { function in class:llvm::RegionBase
831 /// @brief Find the smallest region that contains two basic blocks.
846 /// @brief Find the smallest region that contains a set of basic blocks.
848 /// @param BBs A vector of basic blocks.
849 /// @return The smallest region that contains all basic blocks in BBS.
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Analysis/
LoopInfo.h 17 // contained entirely within the loop and the basic blocks the make up the loop.
24 // * the successor blocks of the loop
74 // The list of blocks in this loop. First entry is the header node.
75 std::vector<BlockT *> Blocks;
90 /// for consistency with loop depth values used for basic blocks, where depth
91 /// 0 is used for blocks not inside any loops.
148 /// Get a list of the basic blocks which make up this loop.
151 return Blocks;
156 inline iterator_range<block_iterator> blocks() const { function in class:llvm::LoopBase
161 /// Get the number of blocks in this loop in constant time
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
GCOV.h 283 size_t getNumBlocks() const { return Blocks.size(); }
287 BlockIterator block_begin() const { return Blocks.begin(); }
288 BlockIterator block_end() const { return Blocks.end(); }
289 iterator_range<BlockIterator> blocks() const { function in class:llvm::GCOVFunction
304 SmallVector<std::unique_ptr<GCOVBlock>, 16> Blocks;
392 BlockLines Blocks;
416 LineInfo[Filename].Blocks[Line - 1].push_back(Block);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Analysis/
LoopInfo.h 17 // contained entirely within the loop and the basic blocks the make up the loop.
24 // * the successor blocks of the loop
74 // The list of blocks in this loop. First entry is the header node.
75 std::vector<BlockT *> Blocks;
90 /// for consistency with loop depth values used for basic blocks, where depth
91 /// 0 is used for blocks not inside any loops.
148 /// Get a list of the basic blocks which make up this loop.
151 return Blocks;
156 inline iterator_range<block_iterator> blocks() const { function in class:llvm::LoopBase
161 /// Get the number of blocks in this loop in constant time
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
GCOV.h 283 size_t getNumBlocks() const { return Blocks.size(); }
287 BlockIterator block_begin() const { return Blocks.begin(); }
288 BlockIterator block_end() const { return Blocks.end(); }
289 iterator_range<BlockIterator> blocks() const { function in class:llvm::GCOVFunction
304 SmallVector<std::unique_ptr<GCOVBlock>, 16> Blocks;
392 BlockLines Blocks;
416 LineInfo[Filename].Blocks[Line - 1].push_back(Block);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Analysis/
LoopInfo.h 17 // contained entirely within the loop and the basic blocks the make up the loop.
24 // * the successor blocks of the loop
74 // The list of blocks in this loop. First entry is the header node.
75 std::vector<BlockT *> Blocks;
90 /// for consistency with loop depth values used for basic blocks, where depth
91 /// 0 is used for blocks not inside any loops.
148 /// Get a list of the basic blocks which make up this loop.
151 return Blocks;
156 inline iterator_range<block_iterator> blocks() const { function in class:llvm::LoopBase
161 /// Get the number of blocks in this loop in constant time
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
GCOV.h 283 size_t getNumBlocks() const { return Blocks.size(); }
287 BlockIterator block_begin() const { return Blocks.begin(); }
288 BlockIterator block_end() const { return Blocks.end(); }
289 iterator_range<BlockIterator> blocks() const { function in class:llvm::GCOVFunction
304 SmallVector<std::unique_ptr<GCOVBlock>, 16> Blocks;
392 BlockLines Blocks;
416 LineInfo[Filename].Blocks[Line - 1].push_back(Block);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Analysis/
LoopInfo.h 17 // contained entirely within the loop and the basic blocks the make up the loop.
24 // * the successor blocks of the loop
74 // The list of blocks in this loop. First entry is the header node.
75 std::vector<BlockT *> Blocks;
90 /// for consistency with loop depth values used for basic blocks, where depth
91 /// 0 is used for blocks not inside any loops.
148 /// Get a list of the basic blocks which make up this loop.
151 return Blocks;
156 inline iterator_range<block_iterator> blocks() const { function in class:llvm::LoopBase
161 /// Get the number of blocks in this loop in constant time
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
GCOV.h 283 size_t getNumBlocks() const { return Blocks.size(); }
287 BlockIterator block_begin() const { return Blocks.begin(); }
288 BlockIterator block_end() const { return Blocks.end(); }
289 iterator_range<BlockIterator> blocks() const { function in class:llvm::GCOVFunction
304 SmallVector<std::unique_ptr<GCOVBlock>, 16> Blocks;
392 BlockLines Blocks;
416 LineInfo[Filename].Blocks[Line - 1].push_back(Block);
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/SPIRV/
spvIR.h 38 // Each function's CFG of blocks. Has this hierarchy:
238 // true for all unreachable blocks, but should be set at least
260 for (int i = 0; i < (int)blocks.size(); ++i)
261 delete blocks[i];
266 void addBlock(Block* block) { blocks.push_back(block); }
269 auto found = find(blocks.begin(), blocks.end(), block);
270 assert(found != blocks.end());
271 blocks.erase(found);
276 Block* getEntryBlock() const { return blocks.front();
307 std::vector<Block*> blocks; member in class:spv::Function
    [all...]
  /art/compiler/optimizing/
inliner.cc 155 // Keep a copy of all blocks when starting the visit.
156 ArenaVector<HBasicBlock*> blocks = graph_->GetReversePostOrder(); local
157 DCHECK(!blocks.empty());
159 // we just iterate over the blocks of the outer method.
160 // This avoids doing the inlining work again on the inlined blocks.
161 for (HBasicBlock* block : blocks) {
420 // Skip native methods, methods with try blocks, and methods that are too large.
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
_collectionsmodule.c 32 * The list of blocks is never empty, so d.leftblock and d.rightblock
48 * become indices into distinct blocks and either may be larger than the
66 * refuse to allocate new blocks if the current len is nearing overflow. */
69 "cannot add more blocks to the deque");
1046 Py_ssize_t blocks; local
1049 blocks = (deque->leftindex + deque->len + BLOCKLEN - 1) / BLOCKLEN;
1051 (blocks - 1) * BLOCKLEN + deque->rightindex);
1052 res += blocks * sizeof(block);
    [all...]

Completed in 1190 milliseconds

1 2 3 4 5 6 78 91011>>