Home | History | Annotate | Download | only in IPO

Lines Matching defs:CalledFunctions

2426                            SmallPtrSet<const Function *, 8> &CalledFunctions) {
2448 SmallPtrSet<const Function *, 8> NewCalledFunctions(CalledFunctions);
2496 SmallPtrSet<const Function *, 8> CalledFunctions;
2497 if (!cxxDtorIsEmpty(*DtorFn, CalledFunctions))