Searched refs:DepTy (Results 1 – 2 of 2) sorted by relevance
505 using DepTy = PointerIntPair<AADepGraphNode *, 1>;506 using DepSetTy = SmallSetVector<DepTy, 2>;513 static AADepGraphNode *DepGetVal(const DepTy &DT) { return DT.getPointer(); }514 static AbstractAttribute *DepGetValAA(const DepTy &DT) {549 using DepTy = AADepGraphNode::DepTy;550 static AADepGraphNode *DepGetVal(const DepTy &DT) { return DT.getPointer(); }1707 AADepGraphNode::DepTy(&AA, unsigned(DepClassTy::REQUIRED)));
3336 DepAAs.insert(AbstractAttribute::DepTy( in rememberDependences()4137 using DepTy = PointerIntPair<AADepGraphNode *, 1>; typedef4141 static NodeRef DepGetVal(const DepTy &DT) { return DT.getPointer(); } in DepGetVal()