|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Definitions
include/llvm/Analysis/CallGraph.h 421 static ChildIteratorType child_end(NodeRef N) {
include/llvm/Analysis/RegionIterator.h 313 RegionNodeGraphTraits(RegionNode, BasicBlock, Region);
include/llvm/CodeGen/MachineBasicBlock.h 885 static ChildIteratorType child_end(NodeRef N) { return N->succ_end(); }
include/llvm/CodeGen/ScheduleDAG.h 670 static ChildIteratorType child_end(NodeRef N) {
include/llvm/CodeGen/SelectionDAGNodes.h 2572 static ChildIteratorType child_end(NodeRef N) {
include/llvm/IR/CFG.h 314 static ChildIteratorType child_end(NodeRef N) { return succ_end(N); }
include/llvm/IR/Dominators.h 198 static ChildIteratorType child_end(NodeRef N) { return N->end(); }
lib/Analysis/BlockFrequencyInfo.cpp 111 static ChildIteratorType child_end(const NodeRef N) { return succ_end(N); }
lib/CodeGen/MachineBlockFrequencyInfo.cpp 100 static ChildIteratorType child_end(const NodeRef N) { return N->succ_end(); }
lib/Transforms/Instrumentation/PGOInstrumentation.cpp 1763 static ChildIteratorType child_end(const NodeRef N) { return succ_end(N); }
lib/Transforms/Vectorize/SLPVectorizer.cpp 2010 static ChildIteratorType child_end(NodeRef N) {
tools/clang/include/clang/AST/StmtGraphTraits.h 61 static ChildIteratorType child_end(NodeRef N) {
tools/clang/include/clang/Analysis/CFG.h 1488 static ChildIteratorType child_end(NodeRef N) { return N->succ_end(); }
tools/clang/include/clang/Analysis/CallGraph.h 202 static ChildIteratorType child_end(NodeType *N) { return N->end(); }
tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ExplodedGraph.h 530 static ChildIteratorType child_end(NodeRef N) {
tools/clang/lib/Serialization/ModuleManager.cpp 475 static ChildIteratorType child_end(NodeRef Node) {