Home
last modified time | relevance | path

Searched refs:DepTy (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h485 using DepTy = PointerIntPair<AADepGraphNode *, 1>;
490 TinyPtrVector<DepTy> Deps;
492 static AADepGraphNode *DepGetVal(DepTy &DT) { return DT.getPointer(); }
493 static AbstractAttribute *DepGetValAA(DepTy &DT) {
501 mapped_iterator<TinyPtrVector<DepTy>::iterator, decltype(&DepGetVal)>;
503 mapped_iterator<TinyPtrVector<DepTy>::iterator, decltype(&DepGetValAA)>;
511 TinyPtrVector<DepTy> &getDeps() { return Deps; }
526 using DepTy = AADepGraphNode::DepTy;
527 static AADepGraphNode *DepGetVal(DepTy &DT) { return DT.getPointer(); }
529 mapped_iterator<TinyPtrVector<DepTy>::iterator, decltype(&DepGetVal)>;
[all …]
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DAttributor.cpp3132 DepAAs.push_back(AbstractAttribute::DepTy( in rememberDependences()
3696 using DepTy = PointerIntPair<AADepGraphNode *, 1>; typedef
3700 static NodeRef DepGetVal(DepTy &DT) { return DT.getPointer(); } in DepGetVal()
3703 mapped_iterator<TinyPtrVector<DepTy>::iterator, decltype(&DepGetVal)>;
3704 using ChildEdgeIteratorType = TinyPtrVector<DepTy>::iterator;
3716 mapped_iterator<TinyPtrVector<DepTy>::iterator, decltype(&DepGetVal)>;