Searched defs:DomSetType (Results 1 – 5 of 5) sorted by relevance
35 typedef std::set<BlockT *> DomSetType; // Dom set for a bb typedef123 typedef typename DominanceFrontierBase<BlockT>::DomSetType DomSetType; typedef141 typedef DominanceFrontierBase<BasicBlock>::DomSetType DomSetType; typedef
131 using DomSetType = typename DominanceFrontierBase<BlockT, false>::DomSetType; variable147 using DomSetType = DominanceFrontierBase<BasicBlock, false>::DomSetType; variable
28 using DomSetType = DominanceFrontierBase<MachineBasicBlock, false>::DomSetType; variable
25 typedef DominanceFrontierBase<MachineBasicBlock>::DomSetType DomSetType; typedef
33 typedef std::set<BasicBlock*> DomSetType; // Dom set for a bb typedef