HomeSort by relevance Sort by last modified time
    Searched refs:isRSAllocation (Results 1 - 4 of 4) sorted by null

  /frameworks/rs/rsov/compiler/
RSAllocationUtils.h 56 bool isRSAllocation(const llvm::GlobalVariable &GV);
GlobalAllocPass.cpp 37 if (!isRSAllocation(GV))
GlobalMergePass.cpp 118 if (isRSAllocation(GV))
RSAllocationUtils.cpp 38 bool isRSAllocation(const GlobalVariable &GV) {
56 if (GV.isDeclaration() || !isRSAllocation(GV))

Completed in 632 milliseconds