Searched refs:AnnotationName (Results 1 – 2 of 2) sorted by relevance
265 const char *AnnotationName = "sampler"; in isSampler() local267 return globalHasNVVMAnnotation(V, AnnotationName) || in isSampler()268 argHasNVVMAnnotation(V, AnnotationName); in isSampler()
376 StringRef AnnotationName = *AnnotationNameOrErr; in correlateProfileDataImpl() local377 if (AnnotationName == InstrProfCorrelator::FunctionNameAttributeName) { in correlateProfileDataImpl()381 } else if (AnnotationName == InstrProfCorrelator::CFGHashAttributeName) { in correlateProfileDataImpl()383 } else if (AnnotationName == in correlateProfileDataImpl()