reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/Analysis/DominanceFrontier.h
   44   using DomSetMapType = std::map<BlockT *, DomSetType>; // Dom set map
   87   iterator addBasicBlock(BlockT *BB, const DomSetType &frontier) {
  101   bool compareDomSet(DomSetType &DS1, const DomSetType &DS2) const;
  101   bool compareDomSet(DomSetType &DS1, const DomSetType &DS2) const;
  130   using DomSetType = typename DominanceFrontierBase<BlockT, false>::DomSetType;
  146   using DomSetType = DominanceFrontierBase<BasicBlock, false>::DomSetType;
include/llvm/Analysis/DominanceFrontierImpl.h
   75     DomSetType &DS1, const DomSetType &DS2) const {
   75     DomSetType &DS1, const DomSetType &DS2) const {
   80   for (typename DomSetType::const_iterator I = DS1.begin(), E = DS1.end();
include/llvm/CodeGen/MachineDominanceFrontier.h
   27  using DomSetType = DominanceFrontierBase<MachineBasicBlock, false>::DomSetType;