HomeSort by relevance Sort by last modified time
    Searched refs:getNumBlocks (Results 26 - 50 of 91) sorted by null

12 3 4

  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Analysis/
LoopIterator.h 117 L(Container), PostNumbers(NextPowerOf2(Container->getNumBlocks())) {
118 PostBlocks.reserve(Container->getNumBlocks());
127 bool isComplete() const { return PostBlocks.size() == L->getNumBlocks(); }
200 assert(DFS.L->getNumBlocks() && "po_iterator cannot handle an empty graph");
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Analysis/
LoopIterator.h 117 L(Container), PostNumbers(NextPowerOf2(Container->getNumBlocks())) {
118 PostBlocks.reserve(Container->getNumBlocks());
127 bool isComplete() const { return PostBlocks.size() == L->getNumBlocks(); }
200 assert(DFS.L->getNumBlocks() && "po_iterator cannot handle an empty graph");
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Analysis/
LoopIterator.h 117 L(Container), PostNumbers(NextPowerOf2(Container->getNumBlocks())) {
118 PostBlocks.reserve(Container->getNumBlocks());
127 bool isComplete() const { return PostBlocks.size() == L->getNumBlocks(); }
200 assert(DFS.L->getNumBlocks() && "po_iterator cannot handle an empty graph");
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Analysis/
LoopIterator.h 117 L(Container), PostNumbers(NextPowerOf2(Container->getNumBlocks())) {
118 PostBlocks.reserve(Container->getNumBlocks());
127 bool isComplete() const { return PostBlocks.size() == L->getNumBlocks(); }
200 assert(DFS.L->getNumBlocks() && "po_iterator cannot handle an empty graph");
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Analysis/
LoopIterator.h 117 L(Container), PostNumbers(NextPowerOf2(Container->getNumBlocks())) {
118 PostBlocks.reserve(Container->getNumBlocks());
127 bool isComplete() const { return PostBlocks.size() == L->getNumBlocks(); }
200 assert(DFS.L->getNumBlocks() && "po_iterator cannot handle an empty graph");
  /external/deqp/external/vulkancts/modules/vulkan/ssbo/
vktSSBOLayoutCase.hpp 130 int getNumBlocks (void) const { return (int)m_bufferBlocks.size(); }
vktSSBOLayoutCase.cpp 652 int numBlocks = interface.getNumBlocks();
867 for (int ndx = 0; ndx < interface.getNumBlocks(); ++ndx)
895 for (int ndx = 0; ndx < interface.getNumBlocks(); ++ndx)
    [all...]
  /external/deqp/modules/gles31/functional/
es31fSSBOLayoutCase.hpp 129 int getNumBlocks (void) const { return (int)m_bufferBlocks.size(); }
es31fSSBOLayoutCase.cpp 688 int numBlocks = interface.getNumBlocks();
896 for (int ndx = 0; ndx < interface.getNumBlocks(); ++ndx)
    [all...]
  /external/llvm/lib/Analysis/
LoopInfo.cpp 433 if (Unloop.getNumBlocks()) {
459 assert(NIters < Unloop.getNumBlocks() && "runaway iterative algorithm");
  /external/swiftshader/third_party/LLVM/lib/Analysis/
LoopInfo.cpp 430 if (Unloop->getNumBlocks()) {
457 assert(NIters < Unloop->getNumBlocks() && "runaway iterative algorithm");
  /external/llvm/include/llvm/Support/
GCOV.h 272 size_t getNumBlocks() const { return Blocks.size(); }
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyCFGStackify.cpp 126 : Loop(L), NumBlocksLeft(L->getNumBlocks()) {}
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
GCOV.h 283 size_t getNumBlocks() const { return Blocks.size(); }
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
GCOV.h 283 size_t getNumBlocks() const { return Blocks.size(); }
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
GCOV.h 283 size_t getNumBlocks() const { return Blocks.size(); }
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
GCOV.h 283 size_t getNumBlocks() const { return Blocks.size(); }
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
GCOV.h 283 size_t getNumBlocks() const { return Blocks.size(); }
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
GCOV.h 283 size_t getNumBlocks() const { return Blocks.size(); }
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
GCOV.h 283 size_t getNumBlocks() const { return Blocks.size(); }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
GCOV.h 283 size_t getNumBlocks() const { return Blocks.size(); }
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
GCOV.h 283 size_t getNumBlocks() const { return Blocks.size(); }
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
GCOV.h 283 size_t getNumBlocks() const { return Blocks.size(); }
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
GCOV.h 283 size_t getNumBlocks() const { return Blocks.size(); }
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
GCOV.h 283 size_t getNumBlocks() const { return Blocks.size(); }

Completed in 1631 milliseconds

12 3 4