Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
DAttributor.h237 static AADepGraphNode *DepGetVal(DepTy &DT) { return DT.getPointer(); } in DepGetVal() function
246 mapped_iterator<TinyPtrVector<DepTy>::iterator, decltype(&DepGetVal)>;
252 iterator child_begin() { return iterator(Deps.begin(), &DepGetVal); } in child_begin()
253 iterator child_end() { return iterator(Deps.end(), &DepGetVal); } in child_end()
272 static AADepGraphNode *DepGetVal(DepTy &DT) { return DT.getPointer(); } in DepGetVal() function
274 mapped_iterator<TinyPtrVector<DepTy>::iterator, decltype(&DepGetVal)>;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
DAttributor.cpp2950 static NodeRef DepGetVal(DepTy &DT) { return DT.getPointer(); } in DepGetVal() function
2953 mapped_iterator<TinyPtrVector<DepTy>::iterator, decltype(&DepGetVal)>;
2966 mapped_iterator<TinyPtrVector<DepTy>::iterator, decltype(&DepGetVal)>;