Lines Matching defs:PMS
611 void CallGraphSCCPass::assignPassManager(PMStack &PMS,
614 while (!PMS.empty() &&
615 PMS.top()->getPassManagerType() > PMT_CallGraphPassManager)
616 PMS.pop();
618 assert(!PMS.empty() && "Unable to handle Call Graph Pass");
621 if (PMS.top()->getPassManagerType() == PMT_CallGraphPassManager)
622 CGP = (CGPassManager*)PMS.top();
625 assert(!PMS.empty() && "Unable to create Call Graph Pass Manager");
626 PMDataManager *PMD = PMS.top();
636 // and push new managers into PMS
640 // [4] Push new manager into PMS
641 PMS.push(CGP);