Searched refs:ExprKey (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | SeparateConstOffsetFromGEP.cpp | 383 using ExprKey = std::pair<Value *, Value *>; typedef in __anond904aabc0111::SeparateConstOffsetFromGEP 386 static ExprKey createNormalizedCommutablePair(Value *A, Value *B) { in createNormalizedCommutablePair() 456 ExprKey Key, Instruction *Dominatee, 457 DenseMap<ExprKey, SmallVector<Instruction *, 2>> &DominatingExprs); 482 DenseMap<ExprKey, SmallVector<Instruction *, 2>> DominatingAdds; 483 DenseMap<ExprKey, SmallVector<Instruction *, 2>> DominatingSubs; 1158 ExprKey Key, Instruction *Dominatee, in findClosestMatchingDominator() 1159 DenseMap<ExprKey, SmallVector<Instruction *, 2>> &DominatingExprs) { in findClosestMatchingDominator() argument 1189 ExprKey Key = createNormalizedCommutablePair(LHS, RHS); in reuniteExts() 1214 ExprKey Key = createNormalizedCommutablePair(LHS, RHS); in reuniteExts()
|