Home
last modified time | relevance | path

Searched refs:AdjustBlockAddressRefCount (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DBasicBlock.h560 void AdjustBlockAddressRefCount(int Amt) { in AdjustBlockAddressRefCount() function
/llvm-project-15.0.7/llvm/lib/IR/
H A DConstants.cpp1763 BB->AdjustBlockAddressRefCount(1); in BlockAddress()
1782 getBasicBlock()->AdjustBlockAddressRefCount(-1); in destroyConstantImpl()
1805 getBasicBlock()->AdjustBlockAddressRefCount(-1); in handleOperandChangeImpl()
1814 getBasicBlock()->AdjustBlockAddressRefCount(1); in handleOperandChangeImpl()