Home | History | Annotate | Download | only in IPO

Lines Matching defs:CalledFunctions

2841                            SmallPtrSet<const Function *, 8> &CalledFunctions) {
2863 CalledFunctions);
2911 SmallPtrSet<const Function *, 8> CalledFunctions;
2912 if (!cxxDtorIsEmpty(*DtorFn, CalledFunctions))