Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp833 ValueSet StructValues; in constructFunction() local
840 StructValues.insert(value); in constructFunction()
850 StructValues.insert(output); in constructFunction()
1037 if (!StructValues.contains(inputs[i])) in constructFunction()
1040 if (!StructValues.contains(outputs[i])) in constructFunction()
1150 ValueSet StructValues; in emitCallAndSwitchStatement() local
1162 StructValues.insert(input); in emitCallAndSwitchStatement()
1175 StructValues.insert(output); in emitCallAndSwitchStatement()
1190 if (AggregateArgs && !StructValues.empty()) { in emitCallAndSwitchStatement()
1192 for (Value *V : StructValues) in emitCallAndSwitchStatement()
[all …]
H A DSCCPSolver.cpp399 std::vector<ValueLatticeElement> StructValues; in getStructLatticeValueFor() local
405 StructValues.push_back(I->second); in getStructLatticeValueFor()
407 return StructValues; in getStructLatticeValueFor()