Searched refs:ScopeA (Results 1 – 1 of 1) sorted by relevance
4495 auto *ScopeA = getDefiningScopeBound({A}, PreciseA); in instructionCouldExistWithOperands() local4500 return (ScopeA == ScopeB) || DT.dominates(ScopeA, ScopeB) || in instructionCouldExistWithOperands()4501 DT.dominates(ScopeB, ScopeA); in instructionCouldExistWithOperands()