reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Definitions

include/llvm/Analysis/DDG.h
  363   static ChildIteratorType child_end(NodeRef N) {
include/llvm/Analysis/LoopInfo.h
 1170   static ChildIteratorType child_end(NodeRef N) { return N->end(); }
 1179   static ChildIteratorType child_end(NodeRef N) { return N->end(); }
include/llvm/Analysis/RegionIterator.h
  313 RegionNodeGraphTraits(RegionNode, BasicBlock, Region);
  314 RegionNodeGraphTraits(const RegionNode, BasicBlock, Region);
include/llvm/CodeGen/MachineBasicBlock.h
  876   static ChildIteratorType child_end(NodeRef N) { return N->succ_end(); }
  885   static ChildIteratorType child_end(NodeRef N) { return N->succ_end(); }
include/llvm/CodeGen/MachineDominators.h
  265   static ChildIteratorType child_end(NodeRef N) { return N->end(); }
include/llvm/CodeGen/MachineLoopInfo.h
  193   static ChildIteratorType child_end(NodeRef N) { return N->end(); }
include/llvm/CodeGen/MachineRegionInfo.h
  129 RegionNodeGraphTraits(MachineRegionNode, MachineBasicBlock, MachineRegion);
  130 RegionNodeGraphTraits(const MachineRegionNode, MachineBasicBlock,
include/llvm/IR/CFG.h
  304   static ChildIteratorType child_end(NodeRef N) { return succ_end(N); }
  314   static ChildIteratorType child_end(NodeRef N) { return succ_end(N); }
  328   static ChildIteratorType child_end(NodeRef N) { return pred_end(N); }
  337   static ChildIteratorType child_end(NodeRef N) { return pred_end(N); }
include/llvm/IR/Dominators.h
  198   static ChildIteratorType child_end(NodeRef N) { return N->end(); }
lib/Transforms/Vectorize/VPlan.h
 1349   static inline ChildIteratorType child_end(NodeRef N) {
 1364   static inline ChildIteratorType child_end(NodeRef N) {
tools/clang/include/clang/AST/StmtGraphTraits.h
   61   static ChildIteratorType child_end(NodeRef N) {
tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ExplodedGraph.h
  530     static ChildIteratorType child_end(NodeRef N) {
unittests/ADT/TestGraph.h
  243   static ChildIteratorType child_end(NodeRef Node) {