reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
60 typename std::conditional<IsPostDom, Inverse<NodeTy *>, NodeTy *>::type; 60 typename std::conditional<IsPostDom, Inverse<NodeTy *>, NodeTy *>::type; 62 IDFCalculatorDetail::ChildrenGetterTy<NodeTy, IsPostDom>; 64 IDFCalculatorBase(DominatorTreeBase<NodeTy, IsPostDom> &DT) : DT(DT) {} 66 IDFCalculatorBase(DominatorTreeBase<NodeTy, IsPostDom> &DT, 75 void setDefiningBlocks(const SmallPtrSetImpl<NodeTy *> &Blocks) { 84 void setLiveInBlocks(const SmallPtrSetImpl<NodeTy *> &Blocks) { 102 void calculate(SmallVectorImpl<NodeTy *> &IDFBlocks); 105 DominatorTreeBase<NodeTy, IsPostDom> &DT; 108 const SmallPtrSetImpl<NodeTy *> *LiveInBlocks; 109 const SmallPtrSetImpl<NodeTy *> *DefBlocks;