Home | History | Annotate | Download | only in docs

Lines Matching full:over

111           <li><a href="#iterate_function">Iterating over the <tt>BasicBlock</tt>s
113 <li><a href="#iterate_basicblock">Iterating over the <tt>Instruction</tt>s
115 <li><a href="#iterate_institer">Iterating over the <tt>Instruction</tt>s
123 <li><a href="#iterate_chains">Iterating over def-use &amp;
125 <li><a href="#iterate_preds">Iterating over predecessors &amp;
408 <tt>InstVisitor</tt> class to dispatch over the instruction type directly.</p>
1365 elements) and that iteration over the set is guaranteed to be in sorted order.
1391 different machines), iterating over the pointers in the set will
1397 sequential container that it uses. Use it *only* if you need to iterate over
1609 to iterate over the collection in sorted order, or if you need stable iterators
1779 <a name="iterate_function">Iterating over the </a><a
1788 <tt>BasicBlock</tt>s. To facilitate this, you'll need to iterate over all of
1814 <a name="iterate_basicblock">Iterating over the </a><a
1822 easy to iterate over the individual instructions that make up
1845 <a name="iterate_institer">Iterating over the </a><a
1852 <p>If you're finding that you commonly iterate over a <tt>Function</tt>'s
1937 without actually obtaining it via iteration over some structure:</p>
2057 <a name="iterate_chains">Iterating over def-use &amp; use-def chains</a>
2068 <i>use</i> <tt>foo</tt> is as simple as iterating over the <i>def-use</i> chain
2091 <tt>Instruction</tt> are common <tt>User</tt>s, so we might want to iterate over
2118 <a name="iterate_preds">Iterating over predecessors &amp;
2124 <p>Iterating over the predecessors and successors of a block is quite easy
2126 this to iterate over all predecessors of BB:</p>
2140 <p>Similarly, to iterate over successors use
2675 by most clients. It should only be used when iteration over the symbol table
2682 <p>Symbol tables support iteration over the values in the symbol
3233 <li><tt>Value::use_iterator</tt> - Typedef for iterator over the
3235 <tt>Value::const_use_iterator</tt> - Typedef for const_iterator over
3319 <li><tt>User::op_iterator</tt> - Typedef for iterator over the operand