Lines Matching refs:RetVals
356 const SmallVectorImpl<Value *> &RetVals) { in getInterfaceValue() argument
362 else if (is_contained(RetVals, Val)) in getInterfaceValue()
406 const SmallVectorImpl<Value *> &RetVals, const ReachabilitySet &ReachSet) { in populateExternalRelations() argument
411 if (is_contained(RetVals, &Arg)) { in populateExternalRelations()
433 if (auto Dst = getInterfaceValue(OuterMapping.first, RetVals)) { in populateExternalRelations()
436 if (auto Src = getInterfaceValue(InnerMapping.first, RetVals)) { in populateExternalRelations()
491 const SmallVectorImpl<Value *> &RetVals, const AliasAttrMap &AMap) { in populateExternalAttributes() argument
493 if (auto IVal = getInterfaceValue(Mapping.first, RetVals)) { in populateExternalAttributes()
502 const Function &Fn, const SmallVectorImpl<Value *> &RetVals, in FunctionInfo() argument
505 populateExternalAttributes(Summary.RetParamAttributes, Fn, RetVals, AMap); in FunctionInfo()
507 populateExternalRelations(Summary.RetParamRelations, Fn, RetVals, ReachSet); in FunctionInfo()