Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DScalarEvolution.h2101 const Instruction *getDefiningScopeBound(ArrayRef<const SCEV *> Ops,
2106 const Instruction *getDefiningScopeBound(ArrayRef<const SCEV *> Ops);
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp2910 auto *DefI = getDefiningScopeBound(LIOps); in getAddExpr()
4495 auto *ScopeA = getDefiningScopeBound({A}, PreciseA); in instructionCouldExistWithOperands()
4496 auto *ScopeB = getDefiningScopeBound({B}, PreciseB); in instructionCouldExistWithOperands()
7248 ScalarEvolution::getDefiningScopeBound(ArrayRef<const SCEV *> Ops, in getDefiningScopeBound() function in ScalarEvolution
7283 ScalarEvolution::getDefiningScopeBound(ArrayRef<const SCEV *> Ops) { in getDefiningScopeBound() function in ScalarEvolution
7285 return getDefiningScopeBound(Ops, Discard); in getDefiningScopeBound()
7330 auto *DefI = getDefiningScopeBound(SCEVOps); in isSCEVExprNeverPoison()