Home | History | Annotate | Download | only in IPO

Lines Matching refs:SCCFunctions

472   SmallPtrSet<Function *, 8> SCCFunctions;
477 SCCFunctions.insert(F);
538 if (SCCFunctions.count(F))
655 !SCCFunctions.count(Callee) &&