Home | History | Annotate | Download | only in IPO

Lines Matching refs:CalledFunctions

3087                            SmallPtrSet<const Function *, 8> &CalledFunctions) {
3109 SmallPtrSet<const Function *, 8> NewCalledFunctions(CalledFunctions);
3157 SmallPtrSet<const Function *, 8> CalledFunctions;
3158 if (!cxxDtorIsEmpty(*DtorFn, CalledFunctions))