Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/
DBasicBlock.h282 void AdjustBlockAddressRefCount(int Amt) {
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DBasicBlock.h333 void AdjustBlockAddressRefCount(int Amt) { in AdjustBlockAddressRefCount() function
/external/llvm/include/llvm/IR/
DBasicBlock.h332 void AdjustBlockAddressRefCount(int Amt) {
/external/swiftshader/third_party/LLVM/lib/VMCore/
DConstants.cpp1158 BB->AdjustBlockAddressRefCount(1); in BlockAddress()
1167 getBasicBlock()->AdjustBlockAddressRefCount(-1); in destroyConstant()
1187 getBasicBlock()->AdjustBlockAddressRefCount(-1); in replaceUsesOfWithOnConstant()
1196 getBasicBlock()->AdjustBlockAddressRefCount(1); in replaceUsesOfWithOnConstant()
/external/llvm/lib/IR/
DConstants.cpp1376 BB->AdjustBlockAddressRefCount(1); in BlockAddress()
1395 getBasicBlock()->AdjustBlockAddressRefCount(-1); in destroyConstantImpl()
1418 getBasicBlock()->AdjustBlockAddressRefCount(-1); in handleOperandChangeImpl()
1427 getBasicBlock()->AdjustBlockAddressRefCount(1); in handleOperandChangeImpl()