Searched refs:getPrivateCopies (Results 1 – 2 of 2) sorted by relevance
3176 MutableArrayRef<Expr *> getPrivateCopies() { in getPrivateCopies() function3179 ArrayRef<const Expr *> getPrivateCopies() const { in getPrivateCopies() function3210 return private_copies_range(getPrivateCopies().begin(), in private_copies()3211 getPrivateCopies().end()); in private_copies()3215 return private_copies_const_range(getPrivateCopies().begin(), in private_copies()3216 getPrivateCopies().end()); in private_copies()3285 MutableArrayRef<Expr *> getPrivateCopies() { in getPrivateCopies() function3288 ArrayRef<const Expr *> getPrivateCopies() const { in getPrivateCopies() function3300 return {getPrivateCopies().end(), varlist_size()}; in getInits()3303 return {getPrivateCopies().end(), varlist_size()}; in getInits()[all …]
462 llvm::copy(VL, getPrivateCopies().end()); in setInits()496 llvm::copy(SrcExprs, getPrivateCopies().end()); in setSourceExprs()1327 llvm::copy(VL, getPrivateCopies().end()); in setInits()