Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DScalarEvolution.cpp4458 auto *ScopeB = getDefiningScopeBound({B}, PreciseB); in instructionCouldExistWitthOperands() local
4462 return (ScopeA == ScopeB) || DT.dominates(ScopeA, ScopeB) || in instructionCouldExistWitthOperands()
4463 DT.dominates(ScopeB, ScopeA); in instructionCouldExistWitthOperands()