HomeSort by: relevance | last modified time | path
    Searched refs:AdjustBlockAddressRefCount (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
BasicBlock.h 559 void AdjustBlockAddressRefCount(int Amt) {
  /src/external/apache2/llvm/dist/llvm/lib/IR/
Constants.cpp 1837 BB->AdjustBlockAddressRefCount(1);
1856 getBasicBlock()->AdjustBlockAddressRefCount(-1);
1879 getBasicBlock()->AdjustBlockAddressRefCount(-1);
1888 getBasicBlock()->AdjustBlockAddressRefCount(1);

Completed in 19 milliseconds