Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DLoopIterator.h57 L(Container), PostNumbers(NextPowerOf2(Container->getNumBlocks())) { in LoopBlocksDFS()
58 PostBlocks.reserve(Container->getNumBlocks()); in LoopBlocksDFS()
67 bool isComplete() const { return PostBlocks.size() == L->getNumBlocks(); } in isComplete()
140 assert(DFS.L->getNumBlocks() && "po_iterator cannot handle an empty graph"); in begin()
DLoopInfoImpl.h286 assert(NumVisited == getNumBlocks() && "Unreachable block in loop"); in verifyLoop()
DLoopInfo.h152 unsigned getNumBlocks() const { in getNumBlocks() function
/external/deqp/modules/gles31/functional/
Des31fSSBOLayoutCase.hpp129 int getNumBlocks (void) const { return (int)m_bufferBlocks.size(); } in getNumBlocks() function in deqp::gles31::bb::ShaderInterface
Des31fSSBOLayoutCase.cpp688 int numBlocks = interface.getNumBlocks(); in computeReferenceLayout()
896 for (int ndx = 0; ndx < interface.getNumBlocks(); ++ndx) in collectUniqueBasicTypes()
1175 for (int declNdx = 0; declNdx < interface.getNumBlocks(); declNdx++) in generateCompareSrc()
1258 for (int declNdx = 0; declNdx < interface.getNumBlocks(); declNdx++) in generateWriteSrc()
1303 for (int blockNdx = 0; blockNdx < interface.getNumBlocks(); blockNdx++) in generateComputeShader()
1605 for (int declNdx = 0; declNdx < interface.getNumBlocks(); declNdx++) in copyNonWrittenData()
1857 for (int declNdx = 0; declNdx < interface.getNumBlocks(); declNdx++) in computeBufferSizes()
2231 for (int blockDeclNdx = 0; blockDeclNdx < m_interface.getNumBlocks(); blockDeclNdx++) in iterate()
2282 int numBlocks = m_interface.getNumBlocks(); in compareStdBlocks()
2358 int numBlocks = m_interface.getNumBlocks(); in compareSharedBlocks()
[all …]
/external/llvm/lib/Analysis/
DLoopInfo.cpp454 if (Unloop->getNumBlocks()) { in updateBlockParents()
481 assert(NIters < Unloop->getNumBlocks() && "runaway iterative algorithm"); in updateBlockParents()
/external/llvm/include/llvm/Support/
DGCOV.h267 size_t getNumBlocks() const { return Blocks.size(); } in getNumBlocks() function
/external/llvm/lib/Transforms/Scalar/
DLoopRerollPass.cpp1481 L->getNumBlocks() << " block(s))\n"); in runOnLoop()
1486 if (L->getNumBlocks() > 1) in runOnLoop()
DLoopIdiomRecognize.cpp290 if (CurLoop->getNumBackEdges() != 1 || CurLoop->getNumBlocks() != 1) in preliminaryScreen()
/external/llvm/lib/IR/
DGCOV.cpp702 << safeDiv(BlocksExec * 100, Func->getNumBlocks() - 1) << "%\n"; in printFunctionSummary()
/external/llvm/lib/CodeGen/
DMachineBlockPlacement.cpp736 if (!ExitingBB || L.getNumBlocks() == 1) in findBestLoopExit()
/external/llvm/lib/Target/R600/
DAMDILCFGStructurizer.cpp1093 if (ExaminedLoop->getNumBlocks() == 0 || Visited[ExaminedLoop]) in loopendPatternMatch()
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp3446 assert(TheLoop->getNumBlocks() > 1 && "Single block loops are vectorizable"); in canVectorizeWithIfConvert()
3545 unsigned NumBlocks = TheLoop->getNumBlocks(); in canVectorize()
/external/zxing/core/
Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...