Lines Matching refs:Objs
759 SmallVectorImpl<const Value *> &Objs) { in getUnderlyingObjects() argument
765 getUnderlyingObjects(MM->getValue(), Objs); in getUnderlyingObjects()
766 for (const Value *V : Objs) { in getUnderlyingObjects()
768 Objs.clear(); in getUnderlyingObjects()
771 Objs.push_back(V); in getUnderlyingObjects()
788 SmallVector<const Value *, 4> Objs; in addLoopCarriedDependences() local
789 ::getUnderlyingObjects(&MI, Objs); in addLoopCarriedDependences()
790 if (Objs.empty()) in addLoopCarriedDependences()
791 Objs.push_back(UnknownValue); in addLoopCarriedDependences()
792 for (const auto *V : Objs) { in addLoopCarriedDependences()
797 SmallVector<const Value *, 4> Objs; in addLoopCarriedDependences() local
798 ::getUnderlyingObjects(&MI, Objs); in addLoopCarriedDependences()
799 if (Objs.empty()) in addLoopCarriedDependences()
800 Objs.push_back(UnknownValue); in addLoopCarriedDependences()
801 for (const auto *V : Objs) { in addLoopCarriedDependences()