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