HomeSort by: relevance | last modified time | path
    Searched refs:getGUID (Results 1 - 25 of 26) sorted by relevancy

1 2

  /src/external/apache2/llvm/dist/llvm/tools/llvm-profgen/
CSPreInliner.h 53 return LHS.CalleeSamples->getGUID(LHS.CalleeSamples->getName()) <
54 RHS.CalleeSamples->getGUID(RHS.CalleeSamples->getName());
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
FunctionImport.cpp 276 auto GUID = Index.getGUIDFromOriginalID(VI.getGUID());
284 const auto &GVS = DefinedGVSummaries.find(VI.getGUID());
335 auto ILI = ImportList[RefSummary->modulePath()].insert(VI.getGUID());
407 if (DefinedGVSummaries.count(VI.getGUID())) {
429 VI.getGUID(), std::make_tuple(NewThreshold, nullptr, nullptr)));
473 Summary.modulePath(), Reason, VI.getGUID());
519 auto ILI = ImportList[ExportModulePath].insert(VI.getGUID());
682 if (!FlattenedImports.count(VI.getGUID()) &&
722 auto DS = DefinedGVSummaries.find(EI.getGUID());
749 if (!DefinedGVSummaries.count(EI->getGUID()))
    [all...]
SampleProfile.cpp 249 {Function::getGUID(OrigName), OrigName});
261 {Function::getGUID(CanonName), CanonName});
334 return LCS->getGUID(LCS->getName()) < RCS->getGUID(RCS->getName());
665 return FunctionSamples::getGUID(L->getName()) <
666 FunctionSamples::getGUID(R->getName());
759 if (ValueData[I].Value == Function::getGUID(Candidate))
883 Function::getGUID(R->getValue()->getName()), NOMORE_ICP_MAGICNUM}};
988 InlinedGUIDs.insert(FunctionSamples::getGUID(Name));
998 InlinedGUIDs.insert(FunctionSamples::getGUID(CalleeName))
    [all...]
SampleProfileProbe.cpp 189 Function::getGUID(FunctionSamples::getCanonicalFnName(F)));
289 uint64_t Guid = Function::getGUID(F.getName());
WholeProgramDevirt.cpp 802 !DynamicExportSymbols.count(GV.getGUID()))
1175 if (ValueInfo TheFnVI = ExportSummary->getValueInfo(TheFn->getGUID()))
1221 ExportedGUIDs.insert(TheFn.getGUID());
2066 MetadataByGUID[GlobalValue::getGUID(TypeId->getString())].push_back(
2151 GlobalValue::getGUID(cast<MDString>(S.first.TypeID)->getString());
2195 NameByGUID[GlobalValue::getGUID(P.first)].push_back(P.first);
LowerTypeTests.cpp 1903 AddressTaken.insert(Ref.getGUID());
1916 const GlobalValue::GUID GUID = GlobalValue::getGUID(
2122 MetadataByGUID[GlobalValue::getGUID(TypeId->getString())].push_back(
  /src/external/apache2/llvm/dist/llvm/examples/OrcV2Examples/LLJITWithThinLTOSummaries/
LLJITWithThinLTOSummaries.cpp 80 << "' (GUID: " << GlobalValue::getGUID(GlobalValueName) << ") in:\n";
114 << "' (GUID: " << GlobalValue::getGUID(GlobalValueName) << ") in:\n";
138 GlobalValue::GUID G = GlobalValue::getGUID(FunctionName);
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
ModuleSummaryAnalysis.cpp 173 GlobalValue::GUID Guid = GlobalValue::getGUID(TypeId->getString());
200 GlobalValue::GUID Guid = GlobalValue::getGUID(TypeId->getString());
479 CantBePromoted.insert(F.getGUID());
608 CantBePromoted.insert(V.getGUID());
626 auto AliaseeVI = Index.getValueInfo(Aliasee->getGUID());
632 CantBePromoted.insert(A.getGUID());
638 if (ValueInfo VI = Index.getValueInfo(GlobalValue::getGUID(Name)))
670 CantBePromoted.insert(V->getGUID());
702 CantBePromoted.insert(GV->getGUID());
809 return !CantBePromoted.count(VI.getGUID());
    [all...]
StackSafetyAnalysis.cpp 709 findCalleeFunctionSummary(Index->getValueInfo(C.first.Callee->getGUID()),
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
GlobalValue.h 507 static GUID getGUID(StringRef GlobalName) { return MD5Hash(GlobalName); }
511 GUID getGUID() const { return getGUID(getGlobalIdentifier()); }
ModuleSummaryIndex.h 179 GlobalValue::GUID getGUID() const { return getRef()->first; }
240 OS << VI.getGUID();
261 return A.getGUID() < B.getGUID();
493 return AliaseeValueInfo.getGUID();
1285 auto VP = getOrInsertValuePtr(GV->getGUID());
1311 addGlobalValueSummary(getOrInsertValueInfo(GlobalValue::getGUID(ValueName)),
1320 addOriginalName(VI.getGUID(), Summary->getOriginalName());
1367 return getGlobalValueSummary(GV.getGUID(), PerModuleIndex);
1446 auto TidIter = TypeIdMap.equal_range(GlobalValue::getGUID(TypeId))
    [all...]
ModuleSummaryIndexYAML.h 247 Refs.push_back(VI.getGUID());
270 V.insert({GlobalValue::getGUID(Key), {std::string(Key), TId}});
  /src/external/apache2/llvm/dist/llvm/lib/LTO/
LTO.cpp 150 auto GUID = VI.getGUID();
214 AddUsedCfiGlobal(VI.getGUID());
233 AddUsedCfiGlobal(ET.first.getGUID());
347 if (isPrevailing(VI.getGUID(), S.get())) {
361 !GUIDPreservedSymbols.count(VI.getGUID()));
378 recordNewLinkage(S->modulePath(), VI.getGUID(), S->linkage());
441 isPrevailing(VI.getGUID(), S.get())) &&
857 if (LivenessFromIndex && !ThinLTO.CombinedIndex.isGUIDLive(GV->getGUID())) {
901 auto GUID = GlobalValue::getGUID(GlobalValue::getGlobalIdentifier(
1005 GlobalValue::GUID GUID = GlobalValue::getGUID(
    [all...]
ThinLTOCodeGenerator.cpp 270 PreservedGUID.insert(GlobalValue::getGUID(Sym.getIRName()));
283 GUIDs.insert(GlobalValue::getGUID(GlobalValue::getGlobalIdentifier(
625 GUIDPreservedSymbols.count(VI.getGUID());
LTOBackend.cpp 527 if (GlobalValueSummary *GVS = DefinedGlobals.lookup(GV.getGUID()))
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
PseudoProbeInserter.cpp 159 return Function::getGUID(Name);
  /src/external/apache2/llvm/dist/llvm/lib/IR/
ModuleSummaryIndex.cpp 359 O << " " << (F == nullptr ? "External" : "") << " " << utostr(V.getGUID())
471 return VI.name().empty() ? getNodeVisualName(VI.getGUID()) : VI.name().str();
626 Draw(SummaryIt.first, R.getGUID(),
636 Draw(SummaryIt.first, CGEdge.first.getGUID(),
AsmWriter.cpp 1094 CreateGUIDSlot(GlobalValue::getGUID(TId.first));
2960 auto GUID = GlobalValue::getGUID(TId.first);
3066 Out << "^" << Machine.getGUIDSlot(P.VTableVI.getGUID());
3154 Out << "(virtFunc: ^" << Machine.getGUIDSlot(P.FuncVI.getGUID())
3231 Out << "(callee: ^" << Machine.getGUIDSlot(Call.first.getGUID());
3261 Out << "(callee: ^" << Machine.getGUIDSlot(Call.Callee.getGUID());
3404 Out << "^" << Machine.getGUIDSlot(Ref.getGUID());
3417 Out << "guid: " << VI.getGUID();
3429 Out << " ; guid = " << VI.getGUID();
  /src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
SampleProf.h 109 GUIDBuf = std::to_string(Function::getGUID(Name));
754 S.insert(getGUID(Name));
763 S.insert(getGUID(TS.getKey()));
901 static uint64_t getGUID(StringRef Name) {
902 return UseMD5 ? std::stoull(Name.data()) : Function::getGUID(Name);
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
FunctionImportUtils.cpp 199 VI = ImportIndex.getValueInfo(GV.getGUID());
  /src/external/apache2/llvm/dist/llvm/tools/llvm-link/
llvm-link.cpp 339 Entry.insert(F->getGUID());
  /src/external/apache2/llvm/dist/llvm/lib/ProfileData/
InstrProf.cpp 354 MD5FuncMap.emplace_back(Function::getGUID(PGOFuncName), &F);
378 MD5FuncMap.emplace_back(Function::getGUID(OtherFuncName), &F);
  /src/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 206 assignValueId(CallEdge.first.getGUID());
240 return getValueId(VI.getGUID());
3854 auto VI = Index->getValueInfo(V.getGUID());
4008 ValueInfo VI = Index->getValueInfo(F.getGUID());
4153 DefOrUseGUIDs.insert(VI.getGUID());
4178 auto RefValueId = getValueId(RI.getGUID());
4193 GlobalValue::GUID GUID = VI.getGUID();
4240 auto RefValueId = getValueId(RI.getGUID());
4305 GlobalValue::getGUID(GlobalValue::dropLLVMManglingEscape(S)))) {
4319 GlobalValue::getGUID(GlobalValue::dropLLVMManglingEscape(S))))
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGCUDANV.cpp 872 OS << ModuleIDPrefix << llvm::format("%" PRIx64, FatbinWrapper->getGUID());
  /src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 5745 auto ValueGUID = GlobalValue::getGUID(GlobalId);
5748 OriginalNameID = GlobalValue::getGUID(ValueName);
6437 LastSeenGUID = VI.getGUID();
6460 LastSeenGUID = VI.getGUID();
6486 LastSeenGUID = VI.getGUID();

Completed in 50 milliseconds

1 2