LLVM 19.0.0git
Static Public Member Functions | List of all members
llvm::LatticeKeyInfo< CVPLatticeKey > Struct Reference

A specialization of LatticeKeyInfo for CVPLatticeKeys. More...

Static Public Member Functions

static ValuegetValueFromLatticeKey (CVPLatticeKey Key)
 
static CVPLatticeKey getLatticeKeyFromValue (Value *V)
 

Detailed Description

A specialization of LatticeKeyInfo for CVPLatticeKeys.

The generic solver must translate between LatticeKeys and LLVM Values when adding Values to its work list and inspecting the state of control-flow related values.

Definition at line 359 of file CalledValuePropagation.cpp.

Member Function Documentation

◆ getLatticeKeyFromValue()

static CVPLatticeKey llvm::LatticeKeyInfo< CVPLatticeKey >::getLatticeKeyFromValue ( Value V)
inlinestatic

Definition at line 363 of file CalledValuePropagation.cpp.

◆ getValueFromLatticeKey()

static Value * llvm::LatticeKeyInfo< CVPLatticeKey >::getValueFromLatticeKey ( CVPLatticeKey  Key)
inlinestatic

Definition at line 360 of file CalledValuePropagation.cpp.


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