HomeSort by relevance Sort by last modified time
    Searched defs:ChildIteratorType (Results 76 - 100 of 165) sorted by null

1 2 34 5 6 7

  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
CallGraph.h 317 typedef mapped_iterator<NodeType::iterator, CGNDerefFun> ChildIteratorType;
319 static inline ChildIteratorType child_begin(NodeType *N) {
322 static inline ChildIteratorType child_end (NodeType *N) {
334 typedef NodeType::const_iterator ChildIteratorType;
337 static inline ChildIteratorType child_begin(NodeType *N) { return N->begin();}
338 static inline ChildIteratorType child_end (NodeType *N) { return N->end(); }
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...]
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
CFG.h 244 typedef succ_iterator ChildIteratorType;
247 static inline ChildIteratorType child_begin(NodeType *N) {
250 static inline ChildIteratorType child_end(NodeType *N) {
257 typedef succ_const_iterator ChildIteratorType;
261 static inline ChildIteratorType child_begin(NodeType *N) {
264 static inline ChildIteratorType child_end(NodeType *N) {
276 typedef pred_iterator ChildIteratorType;
278 static inline ChildIteratorType child_begin(NodeType *N) {
281 static inline ChildIteratorType child_end(NodeType *N) {
288 typedef const_pred_iterator ChildIteratorType;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
CallGraph.h 421 ChildIteratorType;
423 static ChildIteratorType child_begin(NodeRef N) {
424 return ChildIteratorType(N->begin(), &CGNGetValue);
426 static ChildIteratorType child_end(NodeRef N) {
427 return ChildIteratorType(N->end(), &CGNGetValue);
441 ChildIteratorType;
443 static ChildIteratorType child_begin(NodeRef N) {
444 return ChildIteratorType(N->begin(), &CGNGetValue);
446 static ChildIteratorType child_end(NodeRef N) {
447 return ChildIteratorType(N->end(), &CGNGetValue)
    [all...]
LazyCallGraph.h     [all...]
LoopInfo.h 162 for (typename BlockTraits::ChildIteratorType SI =
190 for (typename InvBlockTraits::ChildIteratorType I =
253 for (typename InvBlockTraits::ChildIteratorType I =
811 typedef LoopInfo::iterator ChildIteratorType;
814 static ChildIteratorType child_begin(NodeRef N) { return N->begin(); }
815 static ChildIteratorType child_end(NodeRef N) { return N->end(); }
820 typedef LoopInfo::iterator ChildIteratorType;
823 static ChildIteratorType child_begin(NodeRef N) { return N->begin(); }
824 static ChildIteratorType child_end(NodeRef N) { return N->end(); }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
CFG.h 164 typedef succ_iterator ChildIteratorType;
167 static ChildIteratorType child_begin(NodeRef N) { return succ_begin(N); }
168 static ChildIteratorType child_end(NodeRef N) { return succ_end(N); }
173 typedef succ_const_iterator ChildIteratorType;
177 static ChildIteratorType child_begin(NodeRef N) { return succ_begin(N); }
178 static ChildIteratorType child_end(NodeRef N) { return succ_end(N); }
188 typedef pred_iterator ChildIteratorType;
190 static ChildIteratorType child_begin(NodeRef N) { return pred_begin(N); }
191 static ChildIteratorType child_end(NodeRef N) { return pred_end(N); }
196 typedef const_pred_iterator ChildIteratorType;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Analysis/
CallGraph.h 411 ChildIteratorType;
413 static ChildIteratorType child_begin(NodeRef N) {
414 return ChildIteratorType(N->begin(), &CGNGetValue);
416 static ChildIteratorType child_end(NodeRef N) {
417 return ChildIteratorType(N->end(), &CGNGetValue);
431 ChildIteratorType;
433 static ChildIteratorType child_begin(NodeRef N) {
434 return ChildIteratorType(N->begin(), &CGNGetValue);
436 static ChildIteratorType child_end(NodeRef N) {
437 return ChildIteratorType(N->end(), &CGNGetValue)
    [all...]
LazyCallGraph.h     [all...]
LoopInfo.h 802 typedef LoopInfo::iterator ChildIteratorType;
805 static ChildIteratorType child_begin(NodeRef N) { return N->begin(); }
806 static ChildIteratorType child_end(NodeRef N) { return N->end(); }
811 typedef LoopInfo::iterator ChildIteratorType;
814 static ChildIteratorType child_begin(NodeRef N) { return N->begin(); }
815 static ChildIteratorType child_end(NodeRef N) { return N->end(); }
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Analysis/
CallGraph.h 411 ChildIteratorType;
413 static ChildIteratorType child_begin(NodeRef N) {
414 return ChildIteratorType(N->begin(), &CGNGetValue);
416 static ChildIteratorType child_end(NodeRef N) {
417 return ChildIteratorType(N->end(), &CGNGetValue);
431 ChildIteratorType;
433 static ChildIteratorType child_begin(NodeRef N) {
434 return ChildIteratorType(N->begin(), &CGNGetValue);
436 static ChildIteratorType child_end(NodeRef N) {
437 return ChildIteratorType(N->end(), &CGNGetValue)
    [all...]
LazyCallGraph.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
CallGraph.h 421 ChildIteratorType;
423 static ChildIteratorType child_begin(NodeRef N) {
424 return ChildIteratorType(N->begin(), &CGNGetValue);
426 static ChildIteratorType child_end(NodeRef N) {
427 return ChildIteratorType(N->end(), &CGNGetValue);
441 ChildIteratorType;
443 static ChildIteratorType child_begin(NodeRef N) {
444 return ChildIteratorType(N->begin(), &CGNGetValue);
446 static ChildIteratorType child_end(NodeRef N) {
447 return ChildIteratorType(N->end(), &CGNGetValue)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
CFG.h 164 typedef succ_iterator ChildIteratorType;
167 static ChildIteratorType child_begin(NodeRef N) { return succ_begin(N); }
168 static ChildIteratorType child_end(NodeRef N) { return succ_end(N); }
173 typedef succ_const_iterator ChildIteratorType;
177 static ChildIteratorType child_begin(NodeRef N) { return succ_begin(N); }
178 static ChildIteratorType child_end(NodeRef N) { return succ_end(N); }
188 typedef pred_iterator ChildIteratorType;
190 static ChildIteratorType child_begin(NodeRef N) { return pred_begin(N); }
191 static ChildIteratorType child_end(NodeRef N) { return pred_end(N); }
196 typedef const_pred_iterator ChildIteratorType;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Analysis/
CallGraph.h 411 ChildIteratorType;
413 static ChildIteratorType child_begin(NodeRef N) {
414 return ChildIteratorType(N->begin(), &CGNGetValue);
416 static ChildIteratorType child_end(NodeRef N) {
417 return ChildIteratorType(N->end(), &CGNGetValue);
431 ChildIteratorType;
433 static ChildIteratorType child_begin(NodeRef N) {
434 return ChildIteratorType(N->begin(), &CGNGetValue);
436 static ChildIteratorType child_end(NodeRef N) {
437 return ChildIteratorType(N->end(), &CGNGetValue)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Analysis/
CallGraph.h 411 ChildIteratorType;
413 static ChildIteratorType child_begin(NodeRef N) {
414 return ChildIteratorType(N->begin(), &CGNGetValue);
416 static ChildIteratorType child_end(NodeRef N) {
417 return ChildIteratorType(N->end(), &CGNGetValue);
431 ChildIteratorType;
433 static ChildIteratorType child_begin(NodeRef N) {
434 return ChildIteratorType(N->begin(), &CGNGetValue);
436 static ChildIteratorType child_end(NodeRef N) {
437 return ChildIteratorType(N->end(), &CGNGetValue)
    [all...]
  /external/llvm/lib/Analysis/
BlockFrequencyInfoImpl.cpp 626 typedef GraphT::IrrNode::iterator ChildIteratorType;
631 static ChildIteratorType child_begin(NodeType *N) { return N->succ_begin(); }
632 static ChildIteratorType child_end(NodeType *N) { return N->succ_end(); }
  /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/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...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExplodedGraph.h 454 typedef clang::ento::ExplodedNode::succ_iterator ChildIteratorType;
459 static ChildIteratorType child_begin(NodeRef N) { return N->succ_begin(); }
461 static ChildIteratorType child_end(NodeRef N) { return N->succ_end(); }
470 typedef clang::ento::ExplodedNode::const_succ_iterator ChildIteratorType;
475 static ChildIteratorType child_begin(NodeRef N) { return N->succ_begin(); }
477 static ChildIteratorType child_end(NodeRef N) { return N->succ_end(); }
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/StaticAnalyzer/Core/PathSensitive/
ExplodedGraph.h 454 typedef clang::ento::ExplodedNode::succ_iterator ChildIteratorType;
459 static ChildIteratorType child_begin(NodeRef N) { return N->succ_begin(); }
461 static ChildIteratorType child_end(NodeRef N) { return N->succ_end(); }
470 typedef clang::ento::ExplodedNode::const_succ_iterator ChildIteratorType;
475 static ChildIteratorType child_begin(NodeRef N) { return N->succ_begin(); }
477 static ChildIteratorType child_end(NodeRef N) { return N->succ_end(); }
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/StaticAnalyzer/Core/PathSensitive/
ExplodedGraph.h 454 typedef clang::ento::ExplodedNode::succ_iterator ChildIteratorType;
459 static ChildIteratorType child_begin(NodeRef N) { return N->succ_begin(); }
461 static ChildIteratorType child_end(NodeRef N) { return N->succ_end(); }
470 typedef clang::ento::ExplodedNode::const_succ_iterator ChildIteratorType;
475 static ChildIteratorType child_begin(NodeRef N) { return N->succ_begin(); }
477 static ChildIteratorType child_end(NodeRef N) { return N->succ_end(); }

Completed in 1489 milliseconds

1 2 34 5 6 7