HomeSort by: relevance | last modified time | path
    Searched defs:ChildIteratorType (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
LoopInfo.h 1216 typedef LoopInfo::iterator ChildIteratorType;
1219 static ChildIteratorType child_begin(NodeRef N) { return N->begin(); }
1220 static ChildIteratorType child_end(NodeRef N) { return N->end(); }
1225 typedef LoopInfo::iterator ChildIteratorType;
1228 static ChildIteratorType child_begin(NodeRef N) { return N->begin(); }
1229 static ChildIteratorType child_end(NodeRef N) { return N->end(); }
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
ScheduleDAG.h 670 typedef SUnitIterator ChildIteratorType;
672 static ChildIteratorType child_begin(NodeRef N) {
675 static ChildIteratorType child_end(NodeRef N) {
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp 2468 struct ChildIteratorType
2470 ChildIteratorType, SmallVector<BoUpSLP::EdgeInfo, 1>::iterator> {
2473 ChildIteratorType(SmallVector<BoUpSLP::EdgeInfo, 1>::iterator W,
2475 : ChildIteratorType::iterator_adaptor_base(W), VectorizableTree(VT) {}
2484 static ChildIteratorType child_begin(NodeRef N) {
2488 static ChildIteratorType child_end(NodeRef N) {

Completed in 58 milliseconds