Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp835 ValueSet StructValues; in constructFunction() local
843 StructValues.insert(value); in constructFunction()
853 StructValues.insert(output); in constructFunction()
1047 if (!StructValues.contains(inputs[i])) in constructFunction()
1050 if (!StructValues.contains(outputs[i])) in constructFunction()
1146 ValueSet StructValues; in emitCallAndSwitchStatement() local
1158 StructValues.insert(input); in emitCallAndSwitchStatement()
1171 StructValues.insert(output); in emitCallAndSwitchStatement()
1186 if (AggregateArgs && !StructValues.empty()) { in emitCallAndSwitchStatement()
1188 for (Value *V : StructValues) in emitCallAndSwitchStatement()
[all …]
H A DSCCPSolver.cpp735 std::vector<ValueLatticeElement> StructValues; in getStructLatticeValueFor() local
741 StructValues.push_back(I->second); in getStructLatticeValueFor()
743 return StructValues; in getStructLatticeValueFor()