LLVM 19.0.0git
Public Member Functions | List of all members
llvm::objcarc::BottomUpPtrState Struct Reference

#include "Transforms/ObjCARC/PtrState.h"

Inheritance diagram for llvm::objcarc::BottomUpPtrState:
Inheritance graph
[legend]

Public Member Functions

 BottomUpPtrState ()=default
 
bool InitBottomUp (ARCMDKindCache &Cache, Instruction *I)
 (Re-)Initialize this bottom up pointer returning true if we detected a pointer with nested releases.
 
bool MatchWithRetain ()
 Return true if this set of releases can be paired with a release.
 
void HandlePotentialUse (BasicBlock *BB, Instruction *Inst, const Value *Ptr, ProvenanceAnalysis &PA, ARCInstKind Class)
 
bool HandlePotentialAlterRefCount (Instruction *Inst, const Value *Ptr, ProvenanceAnalysis &PA, ARCInstKind Class)
 
- Public Member Functions inherited from llvm::objcarc::PtrState
bool IsKnownSafe () const
 
void SetKnownSafe (const bool NewValue)
 
bool IsTailCallRelease () const
 
void SetTailCallRelease (const bool NewValue)
 
bool IsTrackingImpreciseReleases () const
 
const MDNodeGetReleaseMetadata () const
 
void SetReleaseMetadata (MDNode *NewValue)
 
bool IsCFGHazardAfflicted () const
 
void SetCFGHazardAfflicted (const bool NewValue)
 
void SetKnownPositiveRefCount ()
 
void ClearKnownPositiveRefCount ()
 
bool HasKnownPositiveRefCount () const
 
void SetSeq (Sequence NewSeq)
 
Sequence GetSeq () const
 
void ClearSequenceProgress ()
 
void ResetSequenceProgress (Sequence NewSeq)
 
void Merge (const PtrState &Other, bool TopDown)
 
void InsertCall (Instruction *I)
 
void InsertReverseInsertPt (Instruction *I)
 
void ClearReverseInsertPts ()
 
bool HasReverseInsertPts () const
 
const RRInfoGetRRInfo () const
 

Additional Inherited Members

- Protected Member Functions inherited from llvm::objcarc::PtrState
 PtrState ()
 
- Protected Attributes inherited from llvm::objcarc::PtrState
bool KnownPositiveRefCount = false
 True if the reference count is known to be incremented.
 
bool Partial = false
 True if we've seen an opportunity for partial RR elimination, such as pushing calls into a CFG triangle or into one side of a CFG diamond.
 
unsigned char Seq: 8
 The current position in the sequence.
 
RRInfo RRI
 Unidirectional information about the current sequence.
 

Detailed Description

Definition at line 168 of file PtrState.h.

Constructor & Destructor Documentation

◆ BottomUpPtrState()

llvm::objcarc::BottomUpPtrState::BottomUpPtrState ( )
default

Member Function Documentation

◆ HandlePotentialAlterRefCount()

bool BottomUpPtrState::HandlePotentialAlterRefCount ( Instruction Inst,
const Value Ptr,
ProvenanceAnalysis PA,
ARCInstKind  Class 
)

◆ HandlePotentialUse()

void BottomUpPtrState::HandlePotentialUse ( BasicBlock BB,
Instruction Inst,
const Value Ptr,
ProvenanceAnalysis PA,
ARCInstKind  Class 
)

◆ InitBottomUp()

bool BottomUpPtrState::InitBottomUp ( ARCMDKindCache Cache,
Instruction I 
)

◆ MatchWithRetain()

bool BottomUpPtrState::MatchWithRetain ( )

Return true if this set of releases can be paired with a release.

Modifies state appropriately to reflect that the matching occurred if it is successful.

It is assumed that one has already checked that the RCIdentity of the retain and the RCIdentity of this ptr state are the same.

Definition at line 203 of file PtrState.cpp.

References llvm::objcarc::PtrState::ClearReverseInsertPts(), llvm::objcarc::PtrState::GetSeq(), llvm::objcarc::PtrState::IsTrackingImpreciseReleases(), llvm_unreachable, llvm::objcarc::S_CanRelease, llvm::objcarc::S_MovableRelease, llvm::objcarc::S_None, llvm::objcarc::S_Retain, llvm::objcarc::S_Stop, llvm::objcarc::S_Use, and llvm::objcarc::PtrState::SetKnownPositiveRefCount().


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