Searched refs:ScopeA (Results 1 – 1 of 1) sorted by relevance
4457 auto *ScopeA = getDefiningScopeBound({A}, PreciseA); in instructionCouldExistWitthOperands() local4462 return (ScopeA == ScopeB) || DT.dominates(ScopeA, ScopeB) || in instructionCouldExistWitthOperands()4463 DT.dominates(ScopeB, ScopeA); in instructionCouldExistWitthOperands()