LLVM 17.0.0git
Public Attributes | List of all members
false::RematerizlizationCandidateRecord Struct Reference
Collaboration diagram for false::RematerizlizationCandidateRecord:
Collaboration graph
[legend]

Public Attributes

SmallVector< Instruction *, 3 > ChainToBase
 
ValueRootOfChain
 
InstructionCost Cost
 

Detailed Description

Definition at line 291 of file RewriteStatepointsForGC.cpp.

Member Data Documentation

◆ ChainToBase

SmallVector<Instruction *, 3> false::RematerizlizationCandidateRecord::ChainToBase

Definition at line 293 of file RewriteStatepointsForGC.cpp.

◆ Cost

InstructionCost false::RematerizlizationCandidateRecord::Cost

Definition at line 297 of file RewriteStatepointsForGC.cpp.

◆ RootOfChain

Value* false::RematerizlizationCandidateRecord::RootOfChain

Definition at line 295 of file RewriteStatepointsForGC.cpp.


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