Searched refs:getVarRefs (Results 1 – 6 of 6) sorted by relevance
544 *getVarRefs().end() = V; in setCounterValue()548 auto *V = *getVarRefs().end(); in getCounterValue()555 auto *V = *getVarRefs().end(); in getCounterValue()
130 MutableArrayRef<Expr *> getVarRefs() { in getVarRefs() function171 varlist_iterator varlist_begin() { return getVarRefs().begin(); } in varlist_begin()172 varlist_iterator varlist_end() { return getVarRefs().end(); } in varlist_end()173 varlist_const_iterator varlist_begin() const { return getVarRefs().begin(); } in varlist_begin()174 varlist_const_iterator varlist_end() const { return getVarRefs().end(); } in varlist_end()182 ArrayRef<const Expr *> getVarRefs() const { in getVarRefs() function
992 auto *It = std::next(getVarRefs().end(), NumLoop + 1); in setLoopData()1002 auto *It = std::next(getVarRefs().end(), NumLoop + 1); in getLoopData()1012 const auto *It = std::next(getVarRefs().end(), NumLoop + 1); in getLoopData()1017 *getVarRefs().end() = DepModifier; in setModifier()1019 Expr *OMPDependClause::getModifier() { return *getVarRefs().end(); } in getModifier()
213 MutableArrayRef<Expr *> getVarRefs() { in getVarRefs() function242 varlist_iterator varlist_begin() { return getVarRefs().begin(); } in varlist_begin()243 varlist_iterator varlist_end() { return getVarRefs().end(); } in varlist_end()244 varlist_const_iterator varlist_begin() const { return getVarRefs().begin(); } in varlist_begin()245 varlist_const_iterator varlist_end() const { return getVarRefs().end(); } in varlist_end()254 ArrayRef<const Expr *> getVarRefs() const { in getVarRefs() function
313 Vars = PC->getVarRefs(); in VisitOpenMPCapturedStmt()315 Vars = PC->getVarRefs(); in VisitOpenMPCapturedStmt()1617 for (const Expr *E : C->getVarRefs()) in getDistributeLastprivateVars()
8320 const auto *EI = C->getVarRefs().begin(); in generateAllInfo()8332 const auto *EI = C->getVarRefs().begin(); in generateAllInfo()8341 const auto *EI = C->getVarRefs().begin(); in generateAllInfo()8609 const auto *EI = MC->getVarRefs().begin(); in generateAllInfoForMapper()8794 const auto *EI = C->getVarRefs().begin(); in generateInfoForCapture()