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

/external/llvm/include/llvm/Analysis/
H A DDominanceFrontier.h33 typedef std::set<BasicBlock*> DomSetType; // Dom set for a bb typedef in class:llvm::DominanceFrontierBase
34 typedef std::map<BasicBlock*, DomSetType> DomSetMapType; // Dom set map
66 iterator addBasicBlock(BasicBlock *BB, const DomSetType &frontier) {
92 bool compareDomSet(DomSetType &DS1, const DomSetType &DS2) const {
94 for (DomSetType::const_iterator I = DS2.begin(),
98 for (DomSetType::const_iterator I = DS1.begin(),
184 const DomSetType &calculate(const DominatorTree &DT,

Completed in 773 milliseconds