Searched refs:ExprKey (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | SeparateConstOffsetFromGEP.cpp | 383 using ExprKey = std::pair<Value *, Value *>; typedef in __anon3b20b3060111::SeparateConstOffsetFromGEP 386 static ExprKey createNormalizedCommutablePair(Value *A, Value *B) { in createNormalizedCommutablePair() 461 ExprKey Key, Instruction *Dominatee, 462 DenseMap<ExprKey, SmallVector<Instruction *, 2>> &DominatingExprs); 487 DenseMap<ExprKey, SmallVector<Instruction *, 2>> DominatingAdds; 488 DenseMap<ExprKey, SmallVector<Instruction *, 2>> DominatingSubs; 1265 ExprKey Key, Instruction *Dominatee, in findClosestMatchingDominator() 1266 DenseMap<ExprKey, SmallVector<Instruction *, 2>> &DominatingExprs) { in findClosestMatchingDominator() argument 1296 ExprKey Key = createNormalizedCommutablePair(LHS, RHS); in reuniteExts() 1325 ExprKey Key = createNormalizedCommutablePair(LHS, RHS); in reuniteExts()
|