LLVM 19.0.0git
Public Member Functions | List of all members
TransferTracker::LocationAndQuality Class Reference

Public Member Functions

 LocationAndQuality ()
 
 LocationAndQuality (LocIdx L, LocationQuality Q)
 
LocIdx getLoc () const
 
LocationQuality getQuality () const
 
bool isIllegal () const
 
bool isBest () const
 

Detailed Description

Definition at line 301 of file InstrRefBasedImpl.cpp.

Constructor & Destructor Documentation

◆ LocationAndQuality() [1/2]

TransferTracker::LocationAndQuality::LocationAndQuality ( )
inline

Definition at line 306 of file InstrRefBasedImpl.cpp.

◆ LocationAndQuality() [2/2]

TransferTracker::LocationAndQuality::LocationAndQuality ( LocIdx  L,
LocationQuality  Q 
)
inline

Definition at line 307 of file InstrRefBasedImpl.cpp.

Member Function Documentation

◆ getLoc()

LocIdx TransferTracker::LocationAndQuality::getLoc ( ) const
inline

Definition at line 309 of file InstrRefBasedImpl.cpp.

References LiveDebugValues::LocIdx::MakeIllegalLoc().

◆ getQuality()

LocationQuality TransferTracker::LocationAndQuality::getQuality ( ) const
inline

Definition at line 314 of file InstrRefBasedImpl.cpp.

Referenced by isBest().

◆ isBest()

bool TransferTracker::LocationAndQuality::isBest ( ) const
inline

Definition at line 316 of file InstrRefBasedImpl.cpp.

References TransferTracker::Best, and getQuality().

◆ isIllegal()

bool TransferTracker::LocationAndQuality::isIllegal ( ) const
inline

Definition at line 315 of file InstrRefBasedImpl.cpp.


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