Home | History | Annotate | Download | only in docs

Lines Matching full:doinitialization

32         <li><a href="#doInitialization_scc">The <tt>doInitialization(CallGraph
40 <li><a href="#doInitialization_mod">The <tt>doInitialization(Module
48 <li><a href="#doInitialization_loop">The <tt>doInitialization(Loop *,
56 <li><a href="#doInitialization_region">The <tt>doInitialization(Region *,
64 <li><a href="#doInitialization_fn">The <tt>doInitialization(Function
588 The <tt>doInitialization(CallGraph &amp;)</tt> method
595 <b>virtual bool</b> doInitialization(CallGraph &amp;CG);
600 functions, get pointers to functions, etc. The <tt>doInitialization</tt> method
602 the SCCs being processed. The <tt>doInitialization</tt> method call is not
680 The <tt>doInitialization(Module &amp;)</tt> method
687 <b>virtual bool</b> doInitialization(Module &amp;M);
692 functions, get pointers to functions, etc. The <tt>doInitialization</tt> method
694 the functions being processed. The <tt>doInitialization</tt> method call is not
702 uses the <tt>doInitialization</tt> method to get a reference to the malloc and
766 The <tt>doInitialization(Loop *,LPPassManager &amp;)</tt> method
773 <b>virtual bool</b> doInitialization(Loop *, LPPassManager &amp;LPM);
776 <p>The <tt>doInitialization</tt> method is designed to do simple initialization
778 <tt>doInitialization</tt> method call is not scheduled to overlap with any
845 The <tt>doInitialization(Region *, RGPassManager &amp;)</tt> method
852 <b>virtual bool</b> doInitialization(Region *, RGPassManager &amp;RGM);
855 <p>The <tt>doInitialization</tt> method is designed to do simple initialization
857 <tt>doInitialization</tt> method call is not scheduled to overlap with any
926 href="#doInitialization_mod"><tt>doInitialization(Module &amp;)</tt></a> and <a
933 The <tt>doInitialization(Function &amp;)</tt> method
940 <b>virtual bool</b> doInitialization(Function &amp;F);
945 <tt>FunctionPass</tt>'s can. The <tt>doInitialization</tt> method is designed
947 BasicBlocks being processed. The <tt>doInitialization</tt> method call is not