HomeSort by relevance Sort by last modified time
    Searched defs:ChildIteratorType (Results 26 - 41 of 41) sorted by null

12

  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
Trie.h 281 typedef typename NodeType::iterator ChildIteratorType;
287 static inline ChildIteratorType child_begin(NodeType *N) {
290 static inline ChildIteratorType child_end(NodeType *N) { return N->end(); }
306 typedef typename GraphTraits<Trie<Payload> >::ChildIteratorType EdgeIter;
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExplodedGraph.h 455 typedef NodeType::succ_iterator ChildIteratorType;
462 static inline ChildIteratorType child_begin(NodeType* N) {
466 static inline ChildIteratorType child_end(NodeType* N) {
481 typedef NodeType::const_succ_iterator ChildIteratorType;
488 static inline ChildIteratorType child_begin(NodeType* N) {
492 static inline ChildIteratorType child_end(NodeType* N) {
  /external/llvm/include/llvm/Analysis/
LazyCallGraph.h     [all...]
LoopInfo.h 162 for (typename BlockTraits::ChildIteratorType SI =
177 for (typename InvBlockTraits::ChildIteratorType I =
240 for (typename InvBlockTraits::ChildIteratorType I =
750 typedef LoopInfo::iterator ChildIteratorType;
753 static inline ChildIteratorType child_begin(NodeType *N) {
756 static inline ChildIteratorType child_end(NodeType *N) {
763 typedef LoopInfo::iterator ChildIteratorType;
766 static inline ChildIteratorType child_begin(NodeType *N) {
769 static inline ChildIteratorType child_end(NodeType *N) {
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
LoopInfo.h 148 for (typename BlockTraits::ChildIteratorType SI =
164 for (typename InvBlockTraits::ChildIteratorType I =
193 for (typename BlockTraits::ChildIteratorType I =
224 for (typename BlockTraits::ChildIteratorType I =
255 for (typename BlockTraits::ChildIteratorType I =
277 typename BlockTraits::ChildIteratorType SI = BlockTraits::child_begin(Out);
299 for (typename InvBlockTraits::ChildIteratorType PI =
320 typename InvBlockTraits::ChildIteratorType PI =
322 typename InvBlockTraits::ChildIteratorType PE =
432 for (typename BlockTraits::ChildIteratorType SI
    [all...]
Dominators.h 236 for (typename InvTraits::ChildIteratorType PI =
244 for (typename InvTraits::ChildIteratorType PI =
835 typedef NodeType::iterator ChildIteratorType;
840 static inline ChildIteratorType child_begin(NodeType *N) {
843 static inline ChildIteratorType child_end(NodeType *N) {
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
MachineBasicBlock.h 471 typedef MachineBasicBlock::succ_iterator ChildIteratorType;
474 static inline ChildIteratorType child_begin(NodeType *N) {
477 static inline ChildIteratorType child_end(NodeType *N) {
484 typedef MachineBasicBlock::const_succ_iterator ChildIteratorType;
487 static inline ChildIteratorType child_begin(NodeType *N) {
490 static inline ChildIteratorType child_end(NodeType *N) {
503 typedef MachineBasicBlock::pred_iterator ChildIteratorType;
507 static inline ChildIteratorType child_begin(NodeType *N) {
510 static inline ChildIteratorType child_end(NodeType *N) {
517 typedef MachineBasicBlock::const_pred_iterator ChildIteratorType;
    [all...]
ScheduleDAG.h 638 typedef SUnitIterator ChildIteratorType;
640 static inline ChildIteratorType child_begin(NodeType *N) {
643 static inline ChildIteratorType child_end(NodeType *N) {
SelectionDAGNodes.h     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
LoopInfo.h     [all...]
  /external/llvm/include/llvm/CodeGen/
MachineBasicBlock.h 743 typedef MachineBasicBlock::succ_iterator ChildIteratorType;
746 static inline ChildIteratorType child_begin(NodeType *N) {
749 static inline ChildIteratorType child_end(NodeType *N) {
756 typedef MachineBasicBlock::const_succ_iterator ChildIteratorType;
759 static inline ChildIteratorType child_begin(NodeType *N) {
762 static inline ChildIteratorType child_end(NodeType *N) {
    [all...]
ScheduleDAG.h 683 typedef SUnitIterator ChildIteratorType;
685 static inline ChildIteratorType child_begin(NodeType *N) {
688 static inline ChildIteratorType child_end(NodeType *N) {
SelectionDAGNodes.h     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
ScheduleDAG.h 670 typedef SUnitIterator ChildIteratorType;
672 static ChildIteratorType child_begin(NodeRef N) {
675 static ChildIteratorType child_end(NodeRef N) {
  /external/clang/include/clang/Analysis/
CFG.h     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp     [all...]

Completed in 2336 milliseconds

12