Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DScalarEvolution.h2213 const Instruction *getDefiningScopeBound(ArrayRef<const SCEV *> Ops,
2218 const Instruction *getDefiningScopeBound(ArrayRef<const SCEV *> Ops);
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp2900 auto *DefI = getDefiningScopeBound(LIOps); in getAddExpr()
4466 auto *ScopeA = getDefiningScopeBound({A}, PreciseA); in instructionCouldExistWithOperands()
4467 auto *ScopeB = getDefiningScopeBound({B}, PreciseB); in instructionCouldExistWithOperands()
7269 ScalarEvolution::getDefiningScopeBound(ArrayRef<const SCEV *> Ops, in getDefiningScopeBound() function in ScalarEvolution
7304 ScalarEvolution::getDefiningScopeBound(ArrayRef<const SCEV *> Ops) { in getDefiningScopeBound() function in ScalarEvolution
7306 return getDefiningScopeBound(Ops, Discard); in getDefiningScopeBound()
7366 auto *DefI = getDefiningScopeBound(SCEVOps); in isSCEVExprNeverPoison()