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 &)</tt> method
595 <b>virtual bool</b> doInitialization(CallGraph &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 &)</tt> method
687 <b>virtual bool</b> doInitialization(Module &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 &)</tt> method
773 <b>virtual bool</b> doInitialization(Loop *, LPPassManager &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 &)</tt> method
852 <b>virtual bool</b> doInitialization(Region *, RGPassManager &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 &)</tt></a> and <a
933 The <tt>doInitialization(Function &)</tt> method
940 <b>virtual bool</b> doInitialization(Function &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