Lines Matching defs:Key
397 /// Find the closest dominator of <Dominatee> that is equivalent to <Key>.
398 Instruction *findClosestMatchingDominator(const SCEV *Key,
1095 const SCEV *Key, Instruction *Dominatee) {
1096 auto Pos = DominatingExprs.find(Key);
1126 const SCEV *Key =
1128 if (auto *Dom = findClosestMatchingDominator(Key, I)) {
1142 const SCEV *Key =
1144 DominatingExprs[Key].push_back(I);