Searched refs:getNumBlocks (Results 1 - 14 of 14) sorted by relevance

/external/llvm/include/llvm/Analysis/
H A DLoopIterator.h57 L(Container), PostNumbers(NextPowerOf2(Container->getNumBlocks())) {
58 PostBlocks.reserve(Container->getNumBlocks());
67 bool isComplete() const { return PostBlocks.size() == L->getNumBlocks(); }
140 assert(DFS.L->getNumBlocks() && "po_iterator cannot handle an empty graph");
H A DLoopInfo.h146 /// getNumBlocks - Get the number of blocks in this loop in constant time.
147 unsigned getNumBlocks() const { function in class:llvm::LoopBase
H A DLoopInfoImpl.h286 assert(NumVisited == getNumBlocks() && "Unreachable block in loop");
/external/deqp/modules/gles31/functional/
H A Des31fSSBOLayoutCase.hpp129 int getNumBlocks (void) const { return (int)m_bufferBlocks.size(); } function in class:deqp::gles31::bb::ShaderInterface
H A Des31fSSBOLayoutCase.cpp688 int numBlocks = interface.getNumBlocks();
896 for (int ndx = 0; ndx < interface.getNumBlocks(); ++ndx)
1175 for (int declNdx = 0; declNdx < interface.getNumBlocks(); declNdx++)
1258 for (int declNdx = 0; declNdx < interface.getNumBlocks(); declNdx++)
1303 for (int blockNdx = 0; blockNdx < interface.getNumBlocks(); blockNdx++)
1605 for (int declNdx = 0; declNdx < interface.getNumBlocks(); declNdx++)
1857 for (int declNdx = 0; declNdx < interface.getNumBlocks(); declNdx++)
2231 for (int blockDeclNdx = 0; blockDeclNdx < m_interface.getNumBlocks(); blockDeclNdx++)
2282 int numBlocks = m_interface.getNumBlocks();
2358 int numBlocks = m_interface.getNumBlocks();
[all...]
/external/llvm/lib/Analysis/
H A DLoopInfo.cpp455 if (Unloop->getNumBlocks()) {
482 assert(NIters < Unloop->getNumBlocks() && "runaway iterative algorithm");
/external/llvm/lib/Transforms/Scalar/
H A DLoopRerollPass.cpp855 assert(L->getNumBlocks() == 1 && "Cannot handle multi-block loops");
1145 L->getNumBlocks() << " block(s))\n");
1150 if (L->getNumBlocks() > 1)
H A DLoopIdiomRecognize.cpp322 if (CurLoop->getNumBackEdges() != 1 || CurLoop->getNumBlocks() != 1)
/external/llvm/include/llvm/Support/
H A DGCOV.h271 size_t getNumBlocks() const { return Blocks.size(); } function in class:llvm::GCOVFunction
/external/llvm/lib/CodeGen/
H A DMachineBlockPlacement.cpp712 if (!ExitingBB || L.getNumBlocks() == 1)
/external/llvm/lib/IR/
H A DGCOV.cpp675 << safeDiv(BlocksExec*100, Func->getNumBlocks()-1) << "%\n";
/external/llvm/lib/Target/R600/
H A DAMDILCFGStructurizer.cpp1092 if (ExaminedLoop->getNumBlocks() == 0 || Visited[ExaminedLoop])
/external/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp3315 assert(TheLoop->getNumBlocks() > 1 && "Single block loops are vectorizable");
3401 unsigned NumBlocks = TheLoop->getNumBlocks();
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...

Completed in 378 milliseconds