Lines Matching refs:Objs
720 SmallVectorImpl<const Value *> &Objs) { in getUnderlyingObjects() argument
726 getUnderlyingObjects(MM->getValue(), Objs); in getUnderlyingObjects()
727 for (const Value *V : Objs) { in getUnderlyingObjects()
729 Objs.clear(); in getUnderlyingObjects()
732 Objs.push_back(V); in getUnderlyingObjects()
749 SmallVector<const Value *, 4> Objs; in addLoopCarriedDependences() local
750 ::getUnderlyingObjects(&MI, Objs); in addLoopCarriedDependences()
751 if (Objs.empty()) in addLoopCarriedDependences()
752 Objs.push_back(UnknownValue); in addLoopCarriedDependences()
753 for (const auto *V : Objs) { in addLoopCarriedDependences()
758 SmallVector<const Value *, 4> Objs; in addLoopCarriedDependences() local
759 ::getUnderlyingObjects(&MI, Objs); in addLoopCarriedDependences()
760 if (Objs.empty()) in addLoopCarriedDependences()
761 Objs.push_back(UnknownValue); in addLoopCarriedDependences()
762 for (const auto *V : Objs) { in addLoopCarriedDependences()