Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp4496 auto *ScopeB = getDefiningScopeBound({B}, PreciseB); in instructionCouldExistWithOperands() local
4500 return (ScopeA == ScopeB) || DT.dominates(ScopeA, ScopeB) || in instructionCouldExistWithOperands()
4501 DT.dominates(ScopeB, ScopeA); in instructionCouldExistWithOperands()