Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h165 static AADepGraphNode *DepGetVal(DepTy &DT) { return DT.getPointer(); } in DepGetVal() function
174 mapped_iterator<TinyPtrVector<DepTy>::iterator, decltype(&DepGetVal)>;
180 iterator child_begin() { return iterator(Deps.begin(), &DepGetVal); } in child_begin()
181 iterator child_end() { return iterator(Deps.end(), &DepGetVal); } in child_end()
200 static AADepGraphNode *DepGetVal(DepTy &DT) { return DT.getPointer(); } in DepGetVal() function
202 mapped_iterator<TinyPtrVector<DepTy>::iterator, decltype(&DepGetVal)>;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DAttributor.cpp2488 static NodeRef DepGetVal(DepTy &DT) { return DT.getPointer(); } in DepGetVal() function
2491 mapped_iterator<TinyPtrVector<DepTy>::iterator, decltype(&DepGetVal)>;
2504 mapped_iterator<TinyPtrVector<DepTy>::iterator, decltype(&DepGetVal)>;