Searched refs:DomSetType (Results 1 – 4 of 4) sorted by relevance
/external/llvm/include/llvm/Analysis/ |
D | DominanceFrontier.h | 34 typedef std::set<BlockT *> DomSetType; // Dom set for a bb typedef 35 typedef std::map<BlockT *, DomSetType> DomSetMapType; // Dom set map 80 iterator addBasicBlock(BlockT *BB, const DomSetType &frontier) { in addBasicBlock() 94 bool compareDomSet(DomSetType &DS1, const DomSetType &DS2) const; 122 typedef typename DominanceFrontierBase<BlockT>::DomSetType DomSetType; typedef 133 const DomSetType &calculate(const DomTreeT &DT, const DomTreeNodeT *Node); 142 typedef DominanceFrontierBase<BasicBlock>::DomSetType DomSetType; typedef 172 iterator addBasicBlock(BasicBlock *BB, const DomSetType &frontier) { in addBasicBlock() 186 bool compareDomSet(DomSetType &DS1, const DomSetType &DS2) const { in compareDomSet()
|
D | DominanceFrontierImpl.h | 67 bool DominanceFrontierBase<BlockT>::compareDomSet(DomSetType &DS1, in compareDomSet() 68 const DomSetType &DS2) const { in compareDomSet() 73 for (typename DomSetType::const_iterator I = DS1.begin(), E = DS1.end(); in compareDomSet() 152 const typename ForwardDominanceFrontierBase<BlockT>::DomSetType & 156 DomSetType *Result = nullptr; in calculate() 172 DomSetType &S = this->Frontiers[currentBB]; in calculate() 210 typename DomSetType::const_iterator CDFI = S.begin(), CDFE = S.end(); in calculate() 211 DomSetType &parentSet = this->Frontiers[parentBB]; in calculate()
|
D | RegionInfoImpl.h | 574 typedef typename DomFrontierT::DomSetType DST; in isRegion()
|
/external/llvm/include/llvm/CodeGen/ |
D | MachineDominanceFrontier.h | 25 typedef DominanceFrontierBase<MachineBasicBlock>::DomSetType DomSetType; typedef 76 iterator addBasicBlock(MachineBasicBlock *BB, const DomSetType &frontier) { in addBasicBlock() 92 bool compareDomSet(DomSetType &DS1, const DomSetType &DS2) const { in compareDomSet()
|