Home
last modified time | relevance | path

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

/freebsd/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()
1030 if (!SCEVE.isSafeToExpand(BasePtrSCEV->getStart())) in rewriteLoadStores()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopDataPrefetch.cpp398 if (!SCEVE.isSafeToExpand(NextLSCEV)) in runOnLoop()
H A DIndVarSimplify.cpp1750 if (isa<SCEVCouldNotCompute>(ExactBTC) || !Rewriter.isSafeToExpand(ExactBTC)) in predicateLoopExits()
1782 !Rewriter.isSafeToExpand(ExitCount)) in predicateLoopExits()
2013 if (!Rewriter.isSafeToExpand(ExitCount)) in run()
H A DLoopIdiomRecognize.cpp1040 if (!Expander.isSafeToExpand(Start)) in processLoopStridedStore()
1074 if (!Expander.isSafeToExpand(NumBytesS)) in processLoopStridedStore()
H A DLoopStrengthReduce.cpp3576 if (SE.isLoopInvariant(N, L) && Rewriter.isSafeToExpand(N) && in CollectFixupsAndInitialFormulae()
3656 if (!Rewriter.isSafeToExpand(S)) in InsertInitialFormula()
7176 if (!Expander.isSafeToExpand(TermValueSLocal)) { in canFoldTermCondOfLoop()
7345 assert(Expander.isSafeToExpand(TermValueS) && in ReduceLoopStrength()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DScalarEvolutionExpander.h296 bool isSafeToExpand(const SCEV *S) const;
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp1589 !Rewriter.isSafeToExpand(ExitValue)) { in rewriteLoopExitValues()
1602 !Rewriter.isSafeToExpand(ExitValue)) in rewriteLoopExitValues()
H A DScalarEvolutionExpander.cpp2344 bool SCEVExpander::isSafeToExpand(const SCEV *S) const { in isSafeToExpand() function in SCEVExpander
2352 if (!isSafeToExpand(S)) in isSafeToExpandAt()