Home | History | Annotate | Download | only in IR

Lines Matching full:bbp

1888   BBPassManager *BBP;
1894 BBP = (BBPassManager *)PMS.top();
1902 BBP = new BBPassManager();
1907 TPM->addIndirectPassManager(BBP);
1911 BBP->assignPassManager(PMS, PreferredType);
1914 PMS.push(BBP);
1917 // Assign BBP as the manager of this pass.
1918 BBP->add(this);