Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DScalarEvolutionExpander.h37 bool isSafeToExpandAt(const SCEV *S, const Instruction *InsertionPoint,
/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DInductiveRangeCheckElimination.cpp1430 if (!isSafeToExpandAt(ExitPreLoopAtSCEV, InsertPt, SE)) { in run()
1457 if (!isSafeToExpandAt(ExitMainLoopAtSCEV, InsertPt, SE)) { in run()
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DScalarEvolutionExpander.cpp2340 bool isSafeToExpandAt(const SCEV *S, const Instruction *InsertionPoint, in isSafeToExpandAt() function