Home
last modified time | relevance | path

Searched refs:ScopeB (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DScalarEvolution.cpp4329 auto *ScopeB = getDefiningScopeBound({B}, PreciseB); in instructionCouldExistWitthOperands() local
4333 return (ScopeA == ScopeB) || DT.dominates(ScopeA, ScopeB) || in instructionCouldExistWitthOperands()
4334 DT.dominates(ScopeB, ScopeA); in instructionCouldExistWitthOperands()