Home | History | Annotate | Download | only in Analysis

Lines Matching full:manager

1 //===- RegionPass.cpp - Region Pass and Region Pass Manager ---------------===//
46 /// Pass Manager itself does not invalidate any analysis info.
58 // Collect inherited analysis from Module level pass manager.
138 // some memory, and avoids trouble with the pass manager trying to call
173 /// Print passes managed by this manager
175 errs().indent(Offset*2) << "Region Pass Manager\n";
241 /// Assign pass manager to manage this pass.
251 // Create new Region Pass Manager if it does not exist.
256 assert (!PMS.empty() && "Unable to create Region Pass Manager");
259 // [1] Create new Region Pass Manager
263 // [2] Set up new manager's top level manager
267 // [3] Assign manager to manage this new manager. This may create
271 // [4] Push new manager into PMS