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

/external/llvm/include/llvm/Analysis/
H A DLoopIterator.h58 L(Container), PostNumbers(NextPowerOf2(Container->getNumBlocks())) {
59 PostBlocks.reserve(Container->getNumBlocks());
68 bool isComplete() const { return PostBlocks.size() == L->getNumBlocks(); }
141 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.h304 assert(NumVisited == getNumBlocks() && "Unreachable block in loop");
/external/llvm/lib/Analysis/
H A DLoopInfo.cpp356 if (Unloop->getNumBlocks()) {
383 assert(NIters < Unloop->getNumBlocks() && "runaway iterative algorithm");
/external/llvm/lib/CodeGen/
H A DMachineBlockPlacement.cpp710 if (!ExitingBB || L.getNumBlocks() == 1)
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...

Completed in 94 milliseconds