Home
last modified time | relevance | path

Searched refs:StructValues (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp834 const Twine &Name, ValueSet &StructValues, StructType *&StructTy) { in constructFunctionDeclaration() argument
851 StructValues.insert(value); in constructFunctionDeclaration()
861 StructValues.insert(output); in constructFunctionDeclaration()
871 assert((StructValues.empty() || AggregateArgs) && in constructFunctionDeclaration()
1037 if (StructValues.contains(input)) in constructFunctionDeclaration()
1047 if (StructValues.contains(output)) in constructFunctionDeclaration()
1513 ValueSet StructValues; in extractCodeRegion() local
1517 StructValues, StructTy); in extractCodeRegion()
1520 emitFunctionBody(inputs, outputs, StructValues, newFunction, StructTy, header, in extractCodeRegion()
1525 inputs, outputs, StructValues, newFunction, StructTy, oldFunction, ReplIP, in extractCodeRegion()
[all …]
H A DSCCPSolver.cpp825 std::vector<ValueLatticeElement> StructValues; in getStructLatticeValueFor() local
831 StructValues.push_back(I->second); in getStructLatticeValueFor()
833 return StructValues; in getStructLatticeValueFor()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DCodeExtractor.h289 ValueSet &StructValues,
296 const ValueSet &StructValues, Function *newFunction,
303 const ValueSet &StructValues,