Lines Matching full:manager
1 //===- LoopPass.cpp - Loop Pass and Loop Pass Manager ---------------------===//
25 #define DEBUG_TYPE "loop-pass-manager"
132 /// Pass Manager itself does not invalidate any analysis info.
147 // Collect inherited analysis from Module level pass manager.
236 // some memory, and avoids trouble with the pass manager trying to call
259 /// Print passes managed by this manager
261 errs().indent(Offset*2) << "Loop Pass Manager\n";
299 /// Assign pass manager to manage this pass.
311 // Create new Loop Pass Manager if it does not exist.
312 assert (!PMS.empty() && "Unable to create Loop Pass Manager");
315 // [1] Create new Loop Pass Manager
319 // [2] Set up new manager's top level manager
323 // [3] Assign manager to manage this new manager. This may create
328 // [4] Push new manager into PMS
343 // FIXME: Delete loop from pass manager's queue?