LLVM 19.0.0git
Public Attributes | List of all members
llvm::ValueProfileCollector::CandidateInfo Struct Reference

#include "Transforms/Instrumentation/ValueProfileCollector.h"

Public Attributes

ValueV
 
InstructionInsertPt
 
InstructionAnnotatedInst
 

Detailed Description

Definition at line 59 of file ValueProfileCollector.h.

Member Data Documentation

◆ AnnotatedInst

Instruction* llvm::ValueProfileCollector::CandidateInfo::AnnotatedInst

Definition at line 62 of file ValueProfileCollector.h.

Referenced by populateEHOperandBundle().

◆ InsertPt

Instruction* llvm::ValueProfileCollector::CandidateInfo::InsertPt

Definition at line 61 of file ValueProfileCollector.h.

◆ V

Value* llvm::ValueProfileCollector::CandidateInfo::V

Definition at line 60 of file ValueProfileCollector.h.


The documentation for this struct was generated from the following file: