Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCLoopInstrFormPrep.cpp571 if (!SCEVE.isSafeToExpand(BasePtrSCEV->getStart())) in rewriteLoadStoresForCommoningChains()
605 if (!SCEVE.isSafeToExpand(OffsetSCEV)) in rewriteLoadStoresForCommoningChains()
1024 if (!SCEVE.isSafeToExpand(BasePtrSCEV->getStart())) in rewriteLoadStores()
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLoopDataPrefetch.cpp398 if (!SCEVE.isSafeToExpand(NextLSCEV)) in runOnLoop()
H A DIndVarSimplify.cpp1741 if (isa<SCEVCouldNotCompute>(ExactBTC) || !Rewriter.isSafeToExpand(ExactBTC)) in predicateLoopExits()
1773 !Rewriter.isSafeToExpand(ExitCount)) in predicateLoopExits()
H A DLoopIdiomRecognize.cpp1132 if (!Expander.isSafeToExpand(Start)) in processLoopStridedStore()
1166 if (!Expander.isSafeToExpand(NumBytesS)) in processLoopStridedStore()
H A DLoopStrengthReduce.cpp3336 if (SE.isLoopInvariant(N, L) && Rewriter.isSafeToExpand(N) && in CollectFixupsAndInitialFormulae()
3404 if (!Rewriter.isSafeToExpand(S)) in InsertInitialFormula()
/llvm-project-15.0.7/llvm/include/llvm/Transforms/Utils/
H A DScalarEvolutionExpander.h263 bool isSafeToExpand(const SCEV *S) const;
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp1360 !Rewriter.isSafeToExpand(ExitValue)) { in rewriteLoopExitValues()
1373 !Rewriter.isSafeToExpand(ExitValue)) in rewriteLoopExitValues()
H A DScalarEvolutionExpander.cpp2615 bool SCEVExpander::isSafeToExpand(const SCEV *S) const { in isSafeToExpand() function in SCEVExpander
2623 if (!isSafeToExpand(S)) in isSafeToExpandAt()