Home
last modified time | relevance | path

Searched refs:AnnotatedInst (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DValueProfilePlugins.inc45 Instruction *AnnotatedInst = &MI;
46 Candidates->emplace_back(CandidateInfo{Length, InsertPt, AnnotatedInst});
64 Instruction *AnnotatedInst = I;
65 Candidates.emplace_back(CandidateInfo{Callee, InsertPt, AnnotatedInst});
DValueProfileCollector.h58 Instruction *AnnotatedInst; // Where metadata is attached. member
DPGOInstrumentation.cpp1436 annotateValueSite(*M, *I.AnnotatedInst, ProfileRecord, in annotateValueSites()