Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCLoopInstrFormPrep.cpp572 if (!SCEVE.isSafeToExpand(BasePtrSCEV->getStart())) in rewriteLoadStoresForCommoningChains()
606 if (!SCEVE.isSafeToExpand(OffsetSCEV)) in rewriteLoadStoresForCommoningChains()
1025 if (!SCEVE.isSafeToExpand(BasePtrSCEV->getStart())) in rewriteLoadStores()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopDataPrefetch.cpp398 if (!SCEVE.isSafeToExpand(NextLSCEV)) in runOnLoop()
H A DIndVarSimplify.cpp1738 if (isa<SCEVCouldNotCompute>(ExactBTC) || !Rewriter.isSafeToExpand(ExactBTC)) in predicateLoopExits()
1770 !Rewriter.isSafeToExpand(ExitCount)) in predicateLoopExits()
2000 if (!Rewriter.isSafeToExpand(ExitCount)) in run()
H A DLoopIdiomRecognize.cpp1035 if (!Expander.isSafeToExpand(Start)) in processLoopStridedStore()
1069 if (!Expander.isSafeToExpand(NumBytesS)) in processLoopStridedStore()
H A DLoopStrengthReduce.cpp3341 if (SE.isLoopInvariant(N, L) && Rewriter.isSafeToExpand(N) && in CollectFixupsAndInitialFormulae()
3421 if (!Rewriter.isSafeToExpand(S)) in InsertInitialFormula()
6857 if (!Expander.isSafeToExpand(TermValueSLocal)) { in canFoldTermCondOfLoop()
7017 assert(Expander.isSafeToExpand(TermValueS) && in ReduceLoopStrength()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DScalarEvolutionExpander.h270 bool isSafeToExpand(const SCEV *S) const;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp1444 !Rewriter.isSafeToExpand(ExitValue)) { in rewriteLoopExitValues()
1457 !Rewriter.isSafeToExpand(ExitValue)) in rewriteLoopExitValues()
H A DScalarEvolutionExpander.cpp2246 bool SCEVExpander::isSafeToExpand(const SCEV *S) const { in isSafeToExpand() function in SCEVExpander
2254 if (!isSafeToExpand(S)) in isSafeToExpandAt()