Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp4500 auto *ScopeA = getDefiningScopeBound({A}, PreciseA); in instructionCouldExistWithOperands() local
4505 return (ScopeA == ScopeB) || DT.dominates(ScopeA, ScopeB) || in instructionCouldExistWithOperands()
4506 DT.dominates(ScopeB, ScopeA); in instructionCouldExistWithOperands()