Home | History | Annotate | Download | only in IPO

Lines Matching refs:CalledFunctions

2802                            SmallPtrSet<const Function *, 8> &CalledFunctions) {
2824 SmallPtrSet<const Function *, 8> NewCalledFunctions(CalledFunctions);
2872 SmallPtrSet<const Function *, 8> CalledFunctions;
2873 if (!cxxDtorIsEmpty(*DtorFn, CalledFunctions))