HomeSort by relevance Sort by last modified time
    Searched refs:getNumBlocks (Results 1 - 14 of 14) sorted by null

  /external/llvm/include/llvm/Analysis/
LoopIterator.h 57 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");
LoopInfo.h 146 /// getNumBlocks - Get the number of blocks in this loop in constant time.
147 unsigned getNumBlocks() const {
LoopInfoImpl.h 286 assert(NumVisited == getNumBlocks() && "Unreachable block in loop");
  /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 455 if (Unloop->getNumBlocks()) {
482 assert(NIters < Unloop->getNumBlocks() && "runaway iterative algorithm");
  /external/llvm/lib/Transforms/Scalar/
LoopRerollPass.cpp 855 assert(L->getNumBlocks() == 1 && "Cannot handle multi-block loops");
    [all...]
LoopIdiomRecognize.cpp 322 if (CurLoop->getNumBackEdges() != 1 || CurLoop->getNumBlocks() != 1)
    [all...]
  /external/llvm/include/llvm/Support/
GCOV.h 271 size_t getNumBlocks() const { return Blocks.size(); }
  /external/llvm/lib/CodeGen/
MachineBlockPlacement.cpp 712 if (!ExitingBB || L.getNumBlocks() == 1)
    [all...]
  /external/llvm/lib/IR/
GCOV.cpp 675 << safeDiv(BlocksExec*100, Func->getNumBlocks()-1) << "%\n";
  /external/llvm/lib/Target/R600/
AMDILCFGStructurizer.cpp     [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]
  /external/zxing/core/
core.jar 

Completed in 451 milliseconds