Searched defs:BlockSet (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DTextAutosizer.h94 typedef HashSet<const RenderBlock*> BlockSet; typedef in class:blink::FINAL
138 explicit Supercluster(const BlockSet* roots)
145 const BlockSet* const m_roots;
216 // Returns true if any BlockSet was modified or freed by the removal.
219 BlockSet* getTentativeClusterRoots(Fingerprint);
223 typedef HashMap<Fingerprint, OwnPtr<BlockSet> > ReverseFingerprintMap;
297 BlockSet m_blocksThatHaveBegunLayout; // Used to ensure we don't compute properties of a block before beginLayout() is called on it.
/external/llvm/lib/CodeGen/
H A DMachineVerifier.cpp78 typedef SmallPtrSet<const MachineBasicBlock*, 8> BlockSet; typedef in struct:__anon25778::MachineVerifier
81 BlockSet FunctionBlocks;
124 BlockSet Preds, Succs;

Completed in 1979 milliseconds