Lines Matching refs:Batch
27 VTuneMethodBatch Batch; in getMethodBatch() local
41 &Batch](StringRef S) mutable { in getMethodBatch()
46 Batch.Strings.push_back(S.str()); in getMethodBatch()
47 return Deduplicator[S] = Batch.Strings.size(); in getMethodBatch()
53 Batch.Methods.push_back(VTuneMethodInfo()); in getMethodBatch()
54 auto &Method = Batch.Methods.back(); in getMethodBatch()
73 Method.SourceFileSI = Batch.Strings.size(); in getMethodBatch()
74 Batch.Strings.push_back(DC->getLineInfoForAddress(SAddr).FileName); in getMethodBatch()
81 return Batch; in getMethodBatch()
89 auto Batch = getMethodBatch(G, EmitDebugInfo); in modifyPassConfig() local
90 if (Batch.Methods.empty()) { in modifyPassConfig()
95 uint64_t Allocated = Batch.Methods.size(); in modifyPassConfig()
99 Batch.Methods[i - Start].MethodID = i; in modifyPassConfig()
106 RegisterVTuneImplAddr, Batch)), in modifyPassConfig()