Home
last modified time | relevance | path

Searched refs:RetVals (Results 1 – 25 of 139) sorted by relevance

123456

/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Transforms/IPO/
H A DIPConstantPropagation.cpp170 SmallVector<Value *,4> RetVals; in PropagateConstantReturn() local
174 RetVals.push_back(UndefValue::get(STy->getElementType(i))); in PropagateConstantReturn()
176 RetVals.push_back(UndefValue::get(F.getReturnType())); in PropagateConstantReturn()
181 for (unsigned i = 0, e = RetVals.size(); i != e; ++i) { in PropagateConstantReturn()
183 Value *RV = RetVals[i]; in PropagateConstantReturn()
203 RetVals[i] = V; in PropagateConstantReturn()
213 RetVals[i] = nullptr; in PropagateConstantReturn()
215 if (++NumNonConstant == RetVals.size()) in PropagateConstantReturn()
240 Value* New = RetVals[0]; in PropagateConstantReturn()
264 Value *New = RetVals[index]; in PropagateConstantReturn()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Transforms/IPO/
H A DIPConstantPropagation.cpp170 SmallVector<Value *,4> RetVals; in PropagateConstantReturn() local
174 RetVals.push_back(UndefValue::get(STy->getElementType(i))); in PropagateConstantReturn()
176 RetVals.push_back(UndefValue::get(F.getReturnType())); in PropagateConstantReturn()
181 for (unsigned i = 0, e = RetVals.size(); i != e; ++i) { in PropagateConstantReturn()
183 Value *RV = RetVals[i]; in PropagateConstantReturn()
203 RetVals[i] = V; in PropagateConstantReturn()
213 RetVals[i] = nullptr; in PropagateConstantReturn()
215 if (++NumNonConstant == RetVals.size()) in PropagateConstantReturn()
239 Value* New = RetVals[0]; in PropagateConstantReturn()
263 Value *New = RetVals[index]; in PropagateConstantReturn()
/dports/devel/llvm10/llvm-10.0.1.src/lib/Transforms/IPO/
H A DIPConstantPropagation.cpp170 SmallVector<Value *,4> RetVals; in PropagateConstantReturn() local
174 RetVals.push_back(UndefValue::get(STy->getElementType(i))); in PropagateConstantReturn()
176 RetVals.push_back(UndefValue::get(F.getReturnType())); in PropagateConstantReturn()
181 for (unsigned i = 0, e = RetVals.size(); i != e; ++i) { in PropagateConstantReturn()
183 Value *RV = RetVals[i]; in PropagateConstantReturn()
203 RetVals[i] = V; in PropagateConstantReturn()
213 RetVals[i] = nullptr; in PropagateConstantReturn()
215 if (++NumNonConstant == RetVals.size()) in PropagateConstantReturn()
240 Value* New = RetVals[0]; in PropagateConstantReturn()
264 Value *New = RetVals[index]; in PropagateConstantReturn()
/dports/security/clamav-lts/clamav-0.103.5/libclamav/c++/llvm/lib/Transforms/IPO/
H A DIPConstantPropagation.cpp167 SmallVector<Value *,4> RetVals; in PropagateConstantReturn() local
171 RetVals.push_back(UndefValue::get(STy->getElementType(i))); in PropagateConstantReturn()
173 RetVals.push_back(UndefValue::get(F.getReturnType())); in PropagateConstantReturn()
178 for (unsigned i = 0, e = RetVals.size(); i != e; ++i) { in PropagateConstantReturn()
180 Value *RV = RetVals[i]; in PropagateConstantReturn()
200 RetVals[i] = V; in PropagateConstantReturn()
210 RetVals[i] = 0; in PropagateConstantReturn()
212 if (++NumNonConstant == RetVals.size()) in PropagateConstantReturn()
237 Value* New = RetVals[0]; in PropagateConstantReturn()
262 Value *New = RetVals[index]; in PropagateConstantReturn()
/dports/devel/llvm11/llvm-11.0.1.src/lib/Transforms/IPO/
H A DIPConstantPropagation.cpp170 SmallVector<Value *,4> RetVals; in PropagateConstantReturn() local
174 RetVals.push_back(UndefValue::get(STy->getElementType(i))); in PropagateConstantReturn()
176 RetVals.push_back(UndefValue::get(F.getReturnType())); in PropagateConstantReturn()
181 for (unsigned i = 0, e = RetVals.size(); i != e; ++i) { in PropagateConstantReturn()
183 Value *RV = RetVals[i]; in PropagateConstantReturn()
203 RetVals[i] = V; in PropagateConstantReturn()
213 RetVals[i] = nullptr; in PropagateConstantReturn()
215 if (++NumNonConstant == RetVals.size()) in PropagateConstantReturn()
239 Value* New = RetVals[0]; in PropagateConstantReturn()
263 Value *New = RetVals[index]; in PropagateConstantReturn()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
H A DIPConstantPropagation.cpp170 SmallVector<Value *,4> RetVals; in PropagateConstantReturn() local
174 RetVals.push_back(UndefValue::get(STy->getElementType(i))); in PropagateConstantReturn()
176 RetVals.push_back(UndefValue::get(F.getReturnType())); in PropagateConstantReturn()
181 for (unsigned i = 0, e = RetVals.size(); i != e; ++i) { in PropagateConstantReturn()
183 Value *RV = RetVals[i]; in PropagateConstantReturn()
203 RetVals[i] = V; in PropagateConstantReturn()
213 RetVals[i] = nullptr; in PropagateConstantReturn()
215 if (++NumNonConstant == RetVals.size()) in PropagateConstantReturn()
240 Value* New = RetVals[0]; in PropagateConstantReturn()
264 Value *New = RetVals[index]; in PropagateConstantReturn()
/dports/devel/llvm90/llvm-9.0.1.src/lib/Transforms/IPO/
H A DIPConstantPropagation.cpp169 SmallVector<Value *,4> RetVals; in PropagateConstantReturn() local
173 RetVals.push_back(UndefValue::get(STy->getElementType(i))); in PropagateConstantReturn()
175 RetVals.push_back(UndefValue::get(F.getReturnType())); in PropagateConstantReturn()
180 for (unsigned i = 0, e = RetVals.size(); i != e; ++i) { in PropagateConstantReturn()
182 Value *RV = RetVals[i]; in PropagateConstantReturn()
202 RetVals[i] = V; in PropagateConstantReturn()
212 RetVals[i] = nullptr; in PropagateConstantReturn()
214 if (++NumNonConstant == RetVals.size()) in PropagateConstantReturn()
239 Value* New = RetVals[0]; in PropagateConstantReturn()
263 Value *New = RetVals[index]; in PropagateConstantReturn()
/dports/devel/llvm80/llvm-8.0.1.src/lib/Transforms/IPO/
H A DIPConstantPropagation.cpp147 SmallVector<Value *,4> RetVals; in PropagateConstantReturn() local
151 RetVals.push_back(UndefValue::get(STy->getElementType(i))); in PropagateConstantReturn()
153 RetVals.push_back(UndefValue::get(F.getReturnType())); in PropagateConstantReturn()
158 for (unsigned i = 0, e = RetVals.size(); i != e; ++i) { in PropagateConstantReturn()
160 Value *RV = RetVals[i]; in PropagateConstantReturn()
180 RetVals[i] = V; in PropagateConstantReturn()
190 RetVals[i] = nullptr; in PropagateConstantReturn()
192 if (++NumNonConstant == RetVals.size()) in PropagateConstantReturn()
217 Value* New = RetVals[0]; in PropagateConstantReturn()
241 Value *New = RetVals[index]; in PropagateConstantReturn()
/dports/devel/llvm70/llvm-7.0.1.src/lib/Transforms/IPO/
H A DIPConstantPropagation.cpp147 SmallVector<Value *,4> RetVals; in PropagateConstantReturn() local
151 RetVals.push_back(UndefValue::get(STy->getElementType(i))); in PropagateConstantReturn()
153 RetVals.push_back(UndefValue::get(F.getReturnType())); in PropagateConstantReturn()
158 for (unsigned i = 0, e = RetVals.size(); i != e; ++i) { in PropagateConstantReturn()
160 Value *RV = RetVals[i]; in PropagateConstantReturn()
180 RetVals[i] = V; in PropagateConstantReturn()
190 RetVals[i] = nullptr; in PropagateConstantReturn()
192 if (++NumNonConstant == RetVals.size()) in PropagateConstantReturn()
217 Value* New = RetVals[0]; in PropagateConstantReturn()
241 Value *New = RetVals[index]; in PropagateConstantReturn()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Analysis/
H A DCFLAndersAliasAnalysis.cpp356 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()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Analysis/
H A DCFLAndersAliasAnalysis.cpp356 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()
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/lib/Analysis/
H A DCFLAndersAliasAnalysis.cpp356 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()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Analysis/
H A DCFLAndersAliasAnalysis.cpp356 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()
[all …]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Analysis/
H A DCFLAndersAliasAnalysis.cpp356 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()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Analysis/
H A DCFLAndersAliasAnalysis.cpp356 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()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/lib/Analysis/
H A DCFLAndersAliasAnalysis.cpp356 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()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DCFLAndersAliasAnalysis.cpp356 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()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Analysis/
H A DCFLAndersAliasAnalysis.cpp356 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()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Analysis/
H A DCFLAndersAliasAnalysis.cpp356 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()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Analysis/
H A DCFLAndersAliasAnalysis.cpp356 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()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Analysis/
H A DCFLAndersAliasAnalysis.cpp356 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()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Analysis/
H A DCFLAndersAliasAnalysis.cpp356 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()
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/lib/Analysis/
H A DCFLAndersAliasAnalysis.cpp353 const SmallVectorImpl<Value *> &RetVals) { in getInterfaceValue() argument
359 else if (is_contained(RetVals, Val)) in getInterfaceValue()
403 const SmallVectorImpl<Value *> &RetVals, const ReachabilitySet &ReachSet) { in populateExternalRelations() argument
408 if (is_contained(RetVals, &Arg)) { in populateExternalRelations()
430 if (auto Dst = getInterfaceValue(OuterMapping.first, RetVals)) { in populateExternalRelations()
433 if (auto Src = getInterfaceValue(InnerMapping.first, RetVals)) { in populateExternalRelations()
488 const SmallVectorImpl<Value *> &RetVals, const AliasAttrMap &AMap) { in populateExternalAttributes() argument
490 if (auto IVal = getInterfaceValue(Mapping.first, RetVals)) { in populateExternalAttributes()
499 const Function &Fn, const SmallVectorImpl<Value *> &RetVals, in FunctionInfo() argument
502 populateExternalAttributes(Summary.RetParamAttributes, Fn, RetVals, AMap); in FunctionInfo()
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/lib/Analysis/
H A DCFLAndersAliasAnalysis.cpp354 const SmallVectorImpl<Value *> &RetVals) { in getInterfaceValue() argument
360 else if (is_contained(RetVals, Val)) in getInterfaceValue()
404 const SmallVectorImpl<Value *> &RetVals, const ReachabilitySet &ReachSet) { in populateExternalRelations() argument
409 if (is_contained(RetVals, &Arg)) { in populateExternalRelations()
431 if (auto Dst = getInterfaceValue(OuterMapping.first, RetVals)) { in populateExternalRelations()
434 if (auto Src = getInterfaceValue(InnerMapping.first, RetVals)) { in populateExternalRelations()
489 const SmallVectorImpl<Value *> &RetVals, const AliasAttrMap &AMap) { in populateExternalAttributes() argument
491 if (auto IVal = getInterfaceValue(Mapping.first, RetVals)) { in populateExternalAttributes()
500 const Function &Fn, const SmallVectorImpl<Value *> &RetVals, in FunctionInfo() argument
503 populateExternalAttributes(Summary.RetParamAttributes, Fn, RetVals, AMap); in FunctionInfo()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Analysis/
H A DCFLAndersAliasAnalysis.cpp356 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()
[all …]

123456