Searched refs:AnnotatedInst (Results 1 – 6 of 6) sorted by relevance
/external/llvm-project/llvm/lib/Transforms/Instrumentation/ |
D | ValueProfilePlugins.inc | 49 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});
|
D | ValueProfileCollector.h | 62 Instruction *AnnotatedInst; // Where metadata is attached. member
|
D | PGOInstrumentation.cpp | 843 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/ |
D | ValueProfilePlugins.inc | 45 Instruction *AnnotatedInst = &MI; 46 Candidates->emplace_back(CandidateInfo{Length, InsertPt, AnnotatedInst}); 64 Instruction *AnnotatedInst = I; 65 Candidates.emplace_back(CandidateInfo{Callee, InsertPt, AnnotatedInst});
|
D | ValueProfileCollector.h | 58 Instruction *AnnotatedInst; // Where metadata is attached. member
|
D | PGOInstrumentation.cpp | 1436 annotateValueSite(*M, *I.AnnotatedInst, ProfileRecord, in annotateValueSites()
|