/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | RegionInfoImpl.h | 167 for (BlockT *Pred : make_range(InvBlockTraits::child_begin(entry), in getEnteringBlock() 188 for (PredIterTy PI = InvBlockTraits::child_begin(exit), in getExitingBlocks() 211 for (BlockT *Pred : make_range(InvBlockTraits::child_begin(exit), in getExitingBlock() 262 make_range(BlockTraits::child_begin(BB), BlockTraits::child_end(BB))) { in verifyBBInRegion() 269 for (BlockT *Pred : make_range(InvBlockTraits::child_begin(BB), in verifyBBInRegion() 287 make_range(BlockTraits::child_begin(BB), BlockTraits::child_end(BB))) { in verifyWalk() 468 for (BlockT *Pred : make_range(InvBlockTraits::child_begin(getExit()), in getExpandedRegion() 473 return new RegionT(getEntry(), *BlockTraits::child_begin(exit), RI, DT); in getExpandedRegion() 480 for (BlockT *Pred : make_range(InvBlockTraits::child_begin(getExit()), in getExpandedRegion() 568 for (BlockT *P : make_range(InvBlockTraits::child_begin(BB), in isCommonDomFrontier() [all …]
|
D | RegionIterator.h | 107 BItor(BlockTraits::child_begin(node->getEntry())) { in RNSuccIterator() 184 : Node(node), Itor(BlockTraits::child_begin(node->getEntry())) { in RNSuccIterator() 263 static inline ChildIteratorType child_begin(NodeRef N) { \ 275 static inline ChildIteratorType child_begin(NodeRef N) { \
|
D | IntervalIterator.h | 184 for (typename GT::ChildIteratorType I = GT::child_begin(Node), in ProcessInterval() 214 for (typename IGT::ChildIteratorType I = IGT::child_begin(Node), in ProcessNode() 237 for (typename GT::ChildIteratorType It = GT::child_begin(Node), in ProcessNode()
|
D | Interval.h | 126 static ChildIteratorType child_begin(NodeRef N) { return succ_begin(N); } 135 static ChildIteratorType child_begin(NodeRef N) { return pred_begin(N); }
|
D | LoopInfoImpl.h | 173 typename BlockTraits::ChildIteratorType SI = BlockTraits::child_begin(Out); in getLoopPreheader() 300 assert(std::any_of(GraphTraits<BlockT *>::child_begin(BB), in verifyLoop() 305 assert(std::any_of(GraphTraits<Inverse<BlockT *>>::child_begin(BB), in verifyLoop() 311 std::for_each(GraphTraits<Inverse<BlockT *>>::child_begin(BB), in verifyLoop() 444 InvBlockTraits::child_begin(PredBB), in discoverAndMapSubloop()
|
D | CallGraph.h | 417 static ChildIteratorType child_begin(NodeRef N) { 438 static ChildIteratorType child_begin(NodeRef N) {
|
D | CFG.h | 160 for (NodeT Succ : make_range(GT::child_begin(Node), GT::child_end(Node))) { in containsIrreducibleCFG()
|
D | LoopInfo.h | 227 auto PredBegin = GraphTraits<Inverse<BlockT *>>::child_begin(Header); in isLoopLatch() 1180 static ChildIteratorType child_begin(NodeRef N) { return N->begin(); } 1189 static ChildIteratorType child_begin(NodeRef N) { return N->begin(); }
|
D | DDG.h | 445 static ChildIteratorType child_begin(NodeRef N) { 485 static ChildIteratorType child_begin(NodeRef N) {
|
D | LoopIterator.h | 76 static ChildIteratorType child_begin(NodeRef Node) { in child_begin() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | GraphTraits.h | 122 return make_range(GraphTraits<GraphType>::child_begin(G), 129 return make_range(GraphTraits<Inverse<GraphType>>::child_begin(G),
|
D | PostOrderIterator.h | 108 VisitStack.push_back(std::make_pair(BB, GT::child_begin(BB))); in po_iterator() 117 VisitStack.push_back(std::make_pair(BB, GT::child_begin(BB))); in po_iterator() 131 VisitStack.push_back(std::make_pair(BB, GT::child_begin(BB))); in traverseChild()
|
D | SCCIterator.h | 150 VisitStack.push_back(StackElement(N, GT::child_begin(N), visitNum)); in DFSVisitOne() 220 for (ChildItTy CI = GT::child_begin(N), CE = GT::child_end(N); CI != CE; in hasLoop()
|
D | BreadthFirstIterator.h | 84 ChildIt.emplace(GT::child_begin(Node)); in toNext()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | CFG.h | 303 static ChildIteratorType child_begin(NodeRef N) { return succ_begin(N); } 313 static ChildIteratorType child_begin(NodeRef N) { return succ_begin(N); } 327 static ChildIteratorType child_begin(NodeRef N) { return pred_begin(N); } 336 static ChildIteratorType child_begin(NodeRef N) { return pred_begin(N); }
|
D | CFGDiff.h | 181 static ChildIteratorType child_begin(NodeRef N) { in child_begin() function 235 static ChildIteratorType child_begin(NodeRef N) { in child_begin() function
|
D | Dominators.h | 197 static ChildIteratorType child_begin(NodeRef N) { return N->begin(); }
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | MachineLoopInfo.h | 181 static ChildIteratorType child_begin(NodeRef N) { return N->begin(); } 190 static ChildIteratorType child_begin(NodeRef N) { return N->begin(); }
|
D | MachineBasicBlock.h | 875 static ChildIteratorType child_begin(NodeRef N) { return N->succ_begin(); } 884 static ChildIteratorType child_begin(NodeRef N) { return N->succ_begin(); } 902 static ChildIteratorType child_begin(NodeRef N) { return N->pred_begin(); } 914 static ChildIteratorType child_begin(NodeRef N) { return N->pred_begin(); }
|
D | MachineDominators.h | 264 static ChildIteratorType child_begin(NodeRef N) { return N->begin(); } in child_begin() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | GraphWriter.h | 85 child_iterator EI = GTraits::child_begin(Node); in getEdgeSourceLabels() 228 child_iterator EI = GTraits::child_begin(Node); in writeNode() 246 (unsigned)std::distance(GTraits::child_begin(TargetNode), TargetIt); in writeEdge()
|
D | GenericDomTree.h | 775 assert(std::distance(GraphT::child_begin(NewBB), 778 NodeRef NewBBSucc = *GraphT::child_begin(NewBB);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/ |
D | Archive.h | 239 child_iterator child_begin(Error &Err, bool SkipInternal = true) const; 243 return make_range(child_begin(Err, SkipInternal), child_end());
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Type.h | 447 static ChildIteratorType child_begin(NodeRef N) { return N->subtype_begin(); } 456 static ChildIteratorType child_begin(NodeRef N) { return N->subtype_begin(); }
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | MachineBlockFrequencyInfo.cpp | 97 static ChildIteratorType child_begin(const NodeRef N) { in child_begin() function
|