Searched defs:LoopBodyTraits (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
H A D | LoopIterator.h | 40 struct LoopBodyTraits { struct 41 using NodeRef = std::pair<const Loop *, BasicBlock *>; 50 using BaseT = iterator_adaptor_base< 55 const Loop *L; 58 WrappedSuccIterator(succ_iterator Begin, const Loop *L) in WrappedSuccIterator() 64 struct LoopBodyFilter { 71 using ChildIteratorType = 74 static NodeRef getEntryNode(const Loop &G) { return {&G, G.getHeader()}; } in getEntryNode() 76 static ChildIteratorType child_begin(NodeRef Node) { in child_begin() 84 static ChildIteratorType child_end(NodeRef Node) { in child_end()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/ |
H A D | LoopIterator.h | 40 struct LoopBodyTraits { struct 41 using NodeRef = std::pair<const Loop *, BasicBlock *>; 50 using BaseT = iterator_adaptor_base< 55 const Loop *L; 58 WrappedSuccIterator(succ_iterator Begin, const Loop *L) in WrappedSuccIterator() 64 struct LoopBodyFilter { 71 using ChildIteratorType = 74 static NodeRef getEntryNode(const Loop &G) { return {&G, G.getHeader()}; } in getEntryNode() 76 static ChildIteratorType child_begin(NodeRef Node) { in child_begin() 84 static ChildIteratorType child_end(NodeRef Node) { in child_end()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Analysis/ |
D | LoopIterator.h | 40 struct LoopBodyTraits { struct 41 using NodeRef = std::pair<const Loop *, BasicBlock *>; 50 using BaseT = iterator_adaptor_base< 55 const Loop *L; 58 WrappedSuccIterator(succ_iterator Begin, const Loop *L) in WrappedSuccIterator() 64 struct LoopBodyFilter { 71 using ChildIteratorType = 74 static NodeRef getEntryNode(const Loop &G) { return {&G, G.getHeader()}; } in getEntryNode() 76 static ChildIteratorType child_begin(NodeRef Node) { in child_begin() 84 static ChildIteratorType child_end(NodeRef Node) { in child_end()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Analysis/ |
D | LoopIterator.h | 40 struct LoopBodyTraits { struct 41 using NodeRef = std::pair<const Loop *, BasicBlock *>; 50 using BaseT = iterator_adaptor_base< 55 const Loop *L; 58 WrappedSuccIterator(succ_iterator Begin, const Loop *L) in WrappedSuccIterator() 64 struct LoopBodyFilter { 71 using ChildIteratorType = 74 static NodeRef getEntryNode(const Loop &G) { return {&G, G.getHeader()}; } in getEntryNode() 76 static ChildIteratorType child_begin(NodeRef Node) { in child_begin() 84 static ChildIteratorType child_end(NodeRef Node) { in child_end()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Analysis/ |
D | LoopIterator.h | 40 struct LoopBodyTraits { struct 41 using NodeRef = std::pair<const Loop *, BasicBlock *>; 50 using BaseT = iterator_adaptor_base< 55 const Loop *L; 58 WrappedSuccIterator(succ_iterator Begin, const Loop *L) in WrappedSuccIterator() 64 struct LoopBodyFilter { 71 using ChildIteratorType = 74 static NodeRef getEntryNode(const Loop &G) { return {&G, G.getHeader()}; } in getEntryNode() 76 static ChildIteratorType child_begin(NodeRef Node) { in child_begin() 84 static ChildIteratorType child_end(NodeRef Node) { in child_end()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Analysis/ |
D | LoopIterator.h | 40 struct LoopBodyTraits { struct 41 using NodeRef = std::pair<const Loop *, BasicBlock *>; 50 using BaseT = iterator_adaptor_base< 55 const Loop *L; 58 WrappedSuccIterator(succ_iterator Begin, const Loop *L) in WrappedSuccIterator() 64 struct LoopBodyFilter { 71 using ChildIteratorType = 74 static NodeRef getEntryNode(const Loop &G) { return {&G, G.getHeader()}; } in getEntryNode() 76 static ChildIteratorType child_begin(NodeRef Node) { in child_begin() 84 static ChildIteratorType child_end(NodeRef Node) { in child_end()
|