HomeSort by: relevance | last modified time | path
    Searched defs:CanonName (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Basic/Targets/
AMDGPU.cpp 384 StringRef CanonName = isAMDGCN(getTriple()) ?
386 Builder.defineMacro(Twine("__") + Twine(CanonName) + Twine("__"));
389 Twine("\"") + Twine(CanonName) + Twine("\""));
393 for (auto F : getAllPossibleTargetIDFeatures(getTriple(), CanonName)) {
  /src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
SampleProfReader.h 383 StringRef CanonName = FunctionSamples::getCanonicalFnName(F);
384 return getSamplesFor(CanonName);
391 StringRef CanonName = FunctionSamples::getCanonicalFnName(F);
392 CanonName = getRepInFormat(CanonName, useMD5(), FGUID);
393 return &Profiles[CanonName];
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
SampleContextTracker.cpp 270 StringRef CanonName = FunctionSamples::getCanonicalFnName(Func);
271 return FuncToCtxtProfiles[CanonName];
281 StringRef CanonName = FunctionSamples::getCanonicalFnName(Func);
282 return getBaseSamplesFor(CanonName, MergeContext);
SampleProfile.cpp 258 StringRef CanonName = FunctionSamples::getCanonicalFnName(F);
259 if (CanonName != OrigName)
261 {Function::getGUID(CanonName), CanonName});
1944 StringRef CanonName = FunctionSamples::getCanonicalFnName(F);
1945 if (NamesInProfile.count(CanonName))

Completed in 31 milliseconds