Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Transforms/Instrumentation/
DValueProfilePlugins.inc49 Instruction *AnnotatedInst = &MI;
50 Candidates->emplace_back(CandidateInfo{Length, InsertPt, AnnotatedInst});
66 Instruction *AnnotatedInst = &CI;
67 Candidates->emplace_back(CandidateInfo{Length, InsertPt, AnnotatedInst});
86 Instruction *AnnotatedInst = I;
87 Candidates.emplace_back(CandidateInfo{Callee, InsertPt, AnnotatedInst});
DValueProfileCollector.h62 Instruction *AnnotatedInst; // Where metadata is attached. member
DPGOInstrumentation.cpp843 auto *OrigCall = dyn_cast<CallBase>(Cand.AnnotatedInst); in populateEHOperandBundle()
1529 annotateValueSite(*M, *I.AnnotatedInst, ProfileRecord, in annotateValueSites()
/external/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()