Lines Matching defs:Callsites
9494 std::vector<CallsiteInfo> Callsites;
9535 if (parseOptionalCallsites(Callsites))
9553 std::move(ParamAccesses), std::move(Callsites), std::move(Allocs));
10666 bool LLParser::parseOptionalCallsites(std::vector<CallsiteInfo> &Callsites) {
10722 // Keep track of the Callsites array index needing a forward reference.
10726 IdToIndexMap[GVId].push_back(std::make_pair(Callsites.size(), Loc));
10727 Callsites.push_back({VI, Clones, StackIdIndices});
10733 // Now that the Callsites vector is finalized, it is safe to save the
10738 assert(Callsites[P.first].Callee.getRef() == FwdVIRef &&
10740 Infos.emplace_back(&Callsites[P.first].Callee, P.second);