Home
last modified time | relevance | path

Searched refs:AnnotationName (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/ProfileData/
H A DInstrProfCorrelator.cpp247 StringRef AnnotationName = *AnnotationNameOrErr; in correlateProfileDataImpl() local
248 if (AnnotationName.compare( in correlateProfileDataImpl()
253 } else if (AnnotationName.compare( in correlateProfileDataImpl()
256 } else if (AnnotationName.compare( in correlateProfileDataImpl()
/llvm-project-15.0.7/llvm/lib/Target/NVPTX/
H A DNVPTXUtilities.cpp166 const char *AnnotationName = "sampler"; in isSampler() local
170 if (findOneNVVMAnnotation(gv, AnnotationName, annot)) { in isSampler()
178 if (findAllNVVMAnnotation(func, AnnotationName, annot)) { in isSampler()