Home
last modified time | relevance | path

Searched refs:child_begin (Results 1 – 25 of 40) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DRegionInfoImpl.h167 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 …]
DRegionIterator.h107 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) { \
DIntervalIterator.h184 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()
DInterval.h126 static ChildIteratorType child_begin(NodeRef N) { return succ_begin(N); }
135 static ChildIteratorType child_begin(NodeRef N) { return pred_begin(N); }
DLoopInfoImpl.h173 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()
DCallGraph.h417 static ChildIteratorType child_begin(NodeRef N) {
438 static ChildIteratorType child_begin(NodeRef N) {
DCFG.h160 for (NodeT Succ : make_range(GT::child_begin(Node), GT::child_end(Node))) { in containsIrreducibleCFG()
DLoopInfo.h227 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(); }
DDDG.h445 static ChildIteratorType child_begin(NodeRef N) {
485 static ChildIteratorType child_begin(NodeRef N) {
DLoopIterator.h76 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/
DGraphTraits.h122 return make_range(GraphTraits<GraphType>::child_begin(G),
129 return make_range(GraphTraits<Inverse<GraphType>>::child_begin(G),
DPostOrderIterator.h108 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()
DSCCIterator.h150 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()
DBreadthFirstIterator.h84 ChildIt.emplace(GT::child_begin(Node)); in toNext()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DCFG.h303 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); }
DCFGDiff.h181 static ChildIteratorType child_begin(NodeRef N) { in child_begin() function
235 static ChildIteratorType child_begin(NodeRef N) { in child_begin() function
DDominators.h197 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/
DMachineLoopInfo.h181 static ChildIteratorType child_begin(NodeRef N) { return N->begin(); }
190 static ChildIteratorType child_begin(NodeRef N) { return N->begin(); }
DMachineBasicBlock.h875 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(); }
DMachineDominators.h264 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/
DGraphWriter.h85 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()
DGenericDomTree.h775 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/
DArchive.h239 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/
DType.h447 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/
DMachineBlockFrequencyInfo.cpp97 static ChildIteratorType child_begin(const NodeRef N) { in child_begin() function

12