Home | History | Annotate | Download | only in Analysis

Lines Matching defs:DomSetType

35   typedef std::set<BlockT *> DomSetType;                // Dom set for a bb
36 typedef std::map<BlockT *, DomSetType> DomSetMapType; // Dom set map
81 iterator addBasicBlock(BlockT *BB, const DomSetType &frontier) {
95 bool compareDomSet(DomSetType &DS1, const DomSetType &DS2) const;
123 typedef typename DominanceFrontierBase<BlockT>::DomSetType DomSetType;
134 const DomSetType &calculate(const DomTreeT &DT, const DomTreeNodeT *Node);
141 typedef DominanceFrontierBase<BasicBlock>::DomSetType DomSetType;