Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp832 ValueSet StructValues; in constructFunction() local
840 StructValues.insert(value); in constructFunction()
850 StructValues.insert(output); in constructFunction()
860 assert((StructValues.empty() || AggregateArgs) && in constructFunction()
1013 if (AggregateArgs && StructValues.contains(inputs[i])) { 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()
[all …]
H A DSCCPSolver.cpp639 std::vector<ValueLatticeElement> StructValues; in getStructLatticeValueFor() local
645 StructValues.push_back(I->second); in getStructLatticeValueFor()
647 return StructValues; in getStructLatticeValueFor()