Home | History | Annotate | Download | only in IPO

Lines Matching full:calledfunctions

2733                            SmallPtrSet<const Function *, 8> &CalledFunctions) {
2755 SmallPtrSet<const Function *, 8> NewCalledFunctions(CalledFunctions);
2803 SmallPtrSet<const Function *, 8> CalledFunctions;
2804 if (!cxxDtorIsEmpty(*DtorFn, CalledFunctions))