Searched refs:child_end (Results 51 - 59 of 59) sorted by relevance

123

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DGenericDomTree.h806 GraphT::child_end(NewBB)) == 1 &&
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DBlockFrequencyInfoImpl.cpp688 static ChildIteratorType child_end(NodeRef N) { return N->succ_end(); } function in struct:llvm::GraphTraits
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DStmt.h1223 child_iterator child_end() { return children().end(); } function
1226 const_child_iterator child_end() const { return children().end(); } function
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DBlockFrequencyInfoImpl.h1383 SE = GraphTraits<const BlockT *>::child_end(BB);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp426 static ChildIteratorType child_end(NodeRef N) { return N->Uses.end(); } function in struct:llvm::GraphTraits
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DModuleSummaryIndex.h1525 static ChildIteratorType child_end(NodeRef N) { function in struct:llvm::CalleeInfo::GraphTraits
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp1827 static ChildIteratorType child_end(const NodeRef N) { return succ_end(N); } function in struct:llvm::GraphTraits
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h2597 static ChildIteratorType child_end(NodeRef N) { function in struct:llvm::GraphTraits
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp2290 static ChildIteratorType child_end(NodeRef N) { function in struct:GraphTraits

Completed in 216 milliseconds

123