LLVM 22.0.0git
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 303 of file InstrRefBasedImpl.cpp.

Constructor & Destructor Documentation

◆ LocationAndQuality() [1/2]

TransferTracker::LocationAndQuality::LocationAndQuality ( )
inline

Definition at line 308 of file InstrRefBasedImpl.cpp.

◆ LocationAndQuality() [2/2]

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

Definition at line 309 of file InstrRefBasedImpl.cpp.

Member Function Documentation

◆ getLoc()

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

Definition at line 311 of file InstrRefBasedImpl.cpp.

References LiveDebugValues::LocIdx::MakeIllegalLoc().

◆ getQuality()

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

Definition at line 316 of file InstrRefBasedImpl.cpp.

Referenced by isBest().

◆ isBest()

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

Definition at line 318 of file InstrRefBasedImpl.cpp.

References TransferTracker::Best, and getQuality().

◆ isIllegal()

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

Definition at line 317 of file InstrRefBasedImpl.cpp.


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