Lines Matching defs:J
315 for (const auto &J : FunctionProfile.getCallsiteSamples())
316 NumCallsites += J.second.size();
318 for (const auto &J : FunctionProfile.getCallsiteSamples()) {
319 for (const auto &FS : J.second) {
320 LineLocation Loc = J.first;
592 for (const auto &J : Sample.getSortedCallTargets())
593 OS << " " << J.first << ":" << J.second;
658 for (const auto &J : Sample.getCallTargets())
659 addName(J.first);
663 for (const auto &J : S.getCallsiteSamples())
664 for (const auto &FS : J.second) {
839 for (const auto &J : Sample.getSortedCallTargets()) {
840 FunctionId Callee = J.first;
841 uint64_t CalleeSamples = J.second;
850 for (const auto &J : S.getCallsiteSamples())
851 NumCallsites += J.second.size();
853 for (const auto &J : S.getCallsiteSamples())
854 for (const auto &FS : J.second) {
855 LineLocation Loc = J.first;