Searched refs:DomSetType (Results 1 – 3 of 3) sorted by relevance
33 typedef std::set<BasicBlock*> DomSetType; // Dom set for a bb typedef34 typedef std::map<BasicBlock*, DomSetType> DomSetMapType; // Dom set map66 iterator addBasicBlock(BasicBlock *BB, const DomSetType &frontier) { in addBasicBlock()92 bool compareDomSet(DomSetType &DS1, const DomSetType &DS2) const { in compareDomSet()94 for (DomSetType::const_iterator I = DS2.begin(), in compareDomSet()98 for (DomSetType::const_iterator I = DS1.begin(), in compareDomSet()183 const DomSetType &calculate(const DominatorTree &DT,
38 const DominanceFrontier::DomSetType &42 DomSetType *Result = NULL; in calculate()58 DomSetType &S = Frontiers[currentBB]; in calculate()97 DomSetType::const_iterator CDFI = S.begin(), CDFE = S.end(); in calculate()98 DomSetType &parentSet = Frontiers[parentBB]; in calculate()
479 typedef DominanceFrontier::DomSetType DST; in isRegion()