HomeSort by relevance Sort by last modified time
    Searched defs:BlockSet (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
FastTextAutosizer.h 92 typedef HashSet<const RenderBlock*> BlockSet;
136 explicit Supercluster(const BlockSet* roots)
143 const BlockSet* const m_roots;
214 // Returns true if any BlockSet was modified or freed by the removal.
217 BlockSet& getTentativeClusterRoots(Fingerprint);
220 typedef HashMap<Fingerprint, OwnPtr<BlockSet> > ReverseFingerprintMap;
294 BlockSet m_blocksThatHaveBegunLayout; // Used to ensure we don't compute properties of a block before beginLayout() is called on it.
  /external/llvm/lib/CodeGen/
MachineVerifier.cpp 78 typedef SmallPtrSet<const MachineBasicBlock*, 8> BlockSet;
81 BlockSet FunctionBlocks;
124 BlockSet Preds, Succs;
    [all...]

Completed in 579 milliseconds