LLVM 20.0.0git
|
#include "Transforms/Instrumentation/ValueProfileCollector.h"
Public Attributes | |
Value * | V |
Instruction * | InsertPt |
Instruction * | AnnotatedInst |
Definition at line 59 of file ValueProfileCollector.h.
Instruction* llvm::ValueProfileCollector::CandidateInfo::AnnotatedInst |
Definition at line 62 of file ValueProfileCollector.h.
Referenced by populateEHOperandBundle().
Instruction* llvm::ValueProfileCollector::CandidateInfo::InsertPt |
Definition at line 61 of file ValueProfileCollector.h.
Value* llvm::ValueProfileCollector::CandidateInfo::V |
Definition at line 60 of file ValueProfileCollector.h.