Lines Matching defs:Callsites
9392 std::vector<CallsiteInfo> Callsites;
9433 if (parseOptionalCallsites(Callsites))
9451 std::move(ParamAccesses), std::move(Callsites), std::move(Allocs));
10563 bool LLParser::parseOptionalCallsites(std::vector<CallsiteInfo> &Callsites) {
10619 // Keep track of the Callsites array index needing a forward reference.
10623 IdToIndexMap[GVId].push_back(std::make_pair(Callsites.size(), Loc));
10624 Callsites.push_back({VI, Clones, StackIdIndices});
10630 // Now that the Callsites vector is finalized, it is safe to save the
10635 assert(Callsites[P.first].Callee.getRef() == FwdVIRef &&
10637 Infos.emplace_back(&Callsites[P.first].Callee, P.second);