Home
last modified time | relevance | path

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

1234

/external/clang/include/clang/AST/
DStmtOpenMP.h87 *child_begin() = S; in setAssociatedStmt()
198 return const_cast<Stmt *>(*child_begin()); in getAssociatedStmt()
341 &(*(std::next(child_begin(), getArraysOffset(getDirectiveKind()))))); in getCounters()
348 child_begin(), getArraysOffset(getDirectiveKind()) + CollapsedNum)); in getPrivateCounters()
355 &*std::next(child_begin(), in getInits()
363 &*std::next(child_begin(), in getUpdates()
371 &*std::next(child_begin(), in getFinals()
415 *std::next(child_begin(), IterationVariableOffset) = IV; in setIterationVariable()
418 *std::next(child_begin(), LastIterationOffset) = LI; in setLastIteration()
421 *std::next(child_begin(), CalcLastIterationOffset) = CLI; in setCalcLastIteration()
[all …]
DStmtGraphTraits.h34 static inline ChildIteratorType child_begin(NodeType* N) {
35 if (N) return N->child_begin();
61 static inline ChildIteratorType child_begin(NodeType* N) {
62 if (N) return N->child_begin();
DComment.h230 child_iterator child_begin() const;
236 return child_end() - child_begin(); in child_count()
283 child_iterator child_begin() const { return nullptr; } in child_begin() function
341 child_iterator child_begin() const { return nullptr; } in child_begin() function
474 child_iterator child_begin() const { return nullptr; } in child_begin() function
529 child_iterator child_begin() const { return nullptr; } in child_begin() function
578 child_iterator child_begin() const { in child_begin() function
648 child_iterator child_begin() const { in child_begin() function
885 child_iterator child_begin() const { return nullptr; } in child_begin() function
916 child_iterator child_begin() const { in child_begin() function
[all …]
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DDataFlow.h34 static inline ChildIteratorType child_begin(NodeType *N) {
51 static inline ChildIteratorType child_begin(NodeType *N) {
68 static inline ChildIteratorType child_begin(NodeType *N) {
89 static inline ChildIteratorType child_begin(NodeType *N) {
DCFG.h247 static inline ChildIteratorType child_begin(NodeType *N) {
261 static inline ChildIteratorType child_begin(NodeType *N) {
278 static inline ChildIteratorType child_begin(NodeType *N) {
292 static inline ChildIteratorType child_begin(NodeType *N) {
/external/llvm/include/llvm/Analysis/
DLoopInfoImpl.h39 BlockTraits::child_begin(*BI), E = BlockTraits::child_end(*BI); in getExitingBlocks()
68 BlockTraits::child_begin(*BI), E = BlockTraits::child_end(*BI); in getExitBlocks()
93 BlockTraits::child_begin(*BI), E = BlockTraits::child_end(*BI); in getExitEdges()
115 typename BlockTraits::ChildIteratorType SI = BlockTraits::child_begin(Out); in getLoopPreheader()
138 InvBlockTraits::child_begin(Header), in getLoopPredecessor()
160 InvBlockTraits::child_begin(Header); in getLoopLatch()
249 BlockTraits::child_begin(BB), SE = BlockTraits::child_end(BB); in verifyLoop()
257 InvBlockTraits::child_begin(BB), PE = InvBlockTraits::child_end(BB); in verifyLoop()
372 InvBlockTraits::child_begin(PredBB), in discoverAndMapSubloop()
394 InvBlockTraits::child_begin(PredBB), in discoverAndMapSubloop()
[all …]
DRegionInfoImpl.h166 for (PredIterTy PI = InvBlockTraits::child_begin(entry), in getEnteringBlock()
190 for (PredIterTy PI = InvBlockTraits::child_begin(exit), in getExitingBlock()
242 for (SuccIterTy SI = BlockTraits::child_begin(BB), in verifyBBInRegion()
251 for (PredIterTy SI = InvBlockTraits::child_begin(BB), in verifyBBInRegion()
269 for (SuccIterTy SI = BlockTraits::child_begin(BB), in verifyWalk()
449 for (PredIterTy PI = InvBlockTraits::child_begin(getExit()), in getExpandedRegion()
455 return new RegionT(getEntry(), *BlockTraits::child_begin(exit), RI, DT); in getExpandedRegion()
462 for (PredIterTy PI = InvBlockTraits::child_begin(getExit()), in getExpandedRegion()
559 for (PredIterTy PI = InvBlockTraits::child_begin(BB), in isCommonDomFrontier()
648 BlockTraits::child_end(entry) - BlockTraits::child_begin(entry); in isTrivialRegion()
[all …]
DInterval.h130 static inline ChildIteratorType child_begin(NodeType *N) {
142 static inline ChildIteratorType child_begin(NodeType *N) {
DIntervalIterator.h183 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()
DRegionIterator.h97 BItor(BlockTraits::child_begin(node->getEntry())) { in RNSuccIterator()
177 Itor(BlockTraits::child_begin(node->getEntry())) { in RNSuccIterator()
257 static inline ChildIteratorType child_begin(NodeType *N) { \
268 static inline ChildIteratorType child_begin(NodeType *N) { \
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DLoopInfo.h149 BlockTraits::child_begin(const_cast<BlockT*>(BB)), in isLoopExiting()
165 InvBlockTraits::child_begin(const_cast<BlockT*>(H)), in getNumBackEdges()
194 BlockTraits::child_begin(*BI), E = BlockTraits::child_end(*BI); in getExitingBlocks()
225 BlockTraits::child_begin(*BI), E = BlockTraits::child_end(*BI); in getExitBlocks()
256 BlockTraits::child_begin(*BI), E = BlockTraits::child_end(*BI); in getExitEdges()
277 typename BlockTraits::ChildIteratorType SI = BlockTraits::child_begin(Out); in getLoopPreheader()
300 InvBlockTraits::child_begin(Header), in getLoopPredecessor()
321 InvBlockTraits::child_begin(Header); in getLoopLatch()
433 BlockTraits::child_begin(BB), SE = BlockTraits::child_end(BB); in verifyLoop()
441 InvBlockTraits::child_begin(BB), PE = InvBlockTraits::child_end(BB); in verifyLoop()
[all …]
DBlockFrequencyImpl.h157 PI = GraphTraits< Inverse<BlockT *> >::child_begin(BB), in getSingleBlockPred()
194 PI = GraphTraits< Inverse<BlockT *> >::child_begin(BB), in doBlock()
238 PI = GraphTraits< Inverse<BlockT *> >::child_begin(Head), in doLoop()
290 PI = GraphTraits< Inverse<BlockT *> >::child_begin(BB), in doFunction()
325 SI = GraphTraits<BlockT *>::child_begin(BB), in print()
DIntervalIterator.h174 for (typename GT::ChildIteratorType I = GT::child_begin(Node), in ProcessInterval()
205 for (typename IGT::ChildIteratorType I = IGT::child_begin(Node), in ProcessNode()
228 for (typename GT::ChildIteratorType It = GT::child_begin(Node), in ProcessNode()
DInterval.h131 static inline ChildIteratorType child_begin(NodeType *N) {
143 static inline ChildIteratorType child_begin(NodeType *N) {
DDominatorInternals.h58 Worklist.push_back(std::make_pair(V, GraphT::child_begin(V))); in DFSPass()
67 if (NextSucc == GraphT::child_begin(BB)) { in DFSPass()
99 Worklist.push_back(std::make_pair(Succ, GraphT::child_begin(Succ))); in DFSPass()
209 InvTraits::child_begin(W), in Calculate()
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DGraphTraits.h92 static ChildIteratorType child_begin(NodeType* N) {
93 return GraphTraits<T>::child_begin(N);
DDepthFirstIterator.h83 GT::child_begin(Node))); in df_iterator()
92 GT::child_begin(Node))); in df_iterator()
108 It = GT::child_begin(Node); in toNext()
119 GT::child_begin(Next))); in toNext()
/external/llvm/include/llvm/ADT/
DGraphTraits.h95 static ChildIteratorType child_begin(NodeType* N) {
96 return GraphTraits<T>::child_begin(N);
DDepthFirstIterator.h84 std::make_pair(PointerIntTy(Node, 0), GT::child_begin(Node))); in df_iterator()
93 std::make_pair(PointerIntTy(Node, 0), GT::child_begin(Node))); in df_iterator()
109 It = GT::child_begin(Node); in toNext()
119 std::make_pair(PointerIntTy(Next, 0), GT::child_begin(Next))); in toNext()
/external/llvm/include/llvm/IR/
DCFG.h161 static inline ChildIteratorType child_begin(NodeType *N) {
175 static inline ChildIteratorType child_begin(NodeType *N) {
192 static inline ChildIteratorType child_begin(NodeType *N) {
206 static inline ChildIteratorType child_begin(NodeType *N) {
/external/clang/lib/AST/
DComment.cpp58 ASSERT_IMPLEMENTS_child_begin(&CLASS::child_begin); \ in CheckCommentASTNodes()
69 Comment::child_iterator Comment::child_begin() const { in child_begin() function in clang::comments::Comment
75 return static_cast<const CLASS *>(this)->child_begin(); in child_begin()
107 for (child_iterator I = child_begin(), E = child_end(); I != E; ++I) { in isWhitespaceNoCache()
/external/llvm/include/llvm/Support/
DGenericDomTreeConstruction.h57 Worklist.push_back(std::make_pair(V, GraphT::child_begin(V))); in DFSPass()
66 if (NextSucc == GraphT::child_begin(BB)) { in DFSPass()
98 Worklist.push_back(std::make_pair(Succ, GraphT::child_begin(Succ))); in DFSPass()
208 InvTraits::child_begin(W), in Calculate()
/external/llvm/unittests/ADT/
DSCCIteratorTest.cpp220 static ChildIterator child_begin(NodeType *Parent) { in child_begin() function in llvm::Graph
236 static inline ChildIteratorType child_begin(NodeType *Node) { in child_begin() function
237 return Graph<N>::child_begin(Node); in child_begin()
/external/swiftshader/third_party/LLVM/unittests/ADT/
DSCCIteratorTest.cpp222 static ChildIterator child_begin(NodeType *Parent) { in child_begin() function in llvm::Graph
238 static inline ChildIteratorType child_begin(NodeType *Node) { in child_begin() function
239 return Graph<N>::child_begin(Node); in child_begin()
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DMachineLoopInfo.h155 static inline ChildIteratorType child_begin(NodeType *N) {
168 static inline ChildIteratorType child_begin(NodeType *N) {

1234