Home
last modified time | relevance | path

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

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