Home | History | Annotate | Download | only in Writer

Lines Matching refs:Calls

3219   std::vector<FunctionSummary::EdgeTy> Calls = FS->calls();
3220 std::sort(Calls.begin(), Calls.end(),
3227 for (auto &ECI : Calls) {
3475 for (auto &EI : FS->calls()) {
3481 for (auto &EI : FS->calls()) {
3483 // summary and we don't need to record any calls to it.