Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopTermFold.cpp162 if (!Expander.isSafeToExpand(TermValueSLocal)) { in canFoldTermCondOfLoop()
266 assert(Expander.isSafeToExpand(TermValueS) && in RunTermFold()
H A DLoopDataPrefetch.cpp397 if (!SCEVE.isSafeToExpand(NextLSCEV)) in runOnLoop()
H A DIndVarSimplify.cpp1728 if (isa<SCEVCouldNotCompute>(ExactBTC) || !Rewriter.isSafeToExpand(ExactBTC)) in predicateLoopExits()
1760 !Rewriter.isSafeToExpand(ExitCount)) in predicateLoopExits()
1992 if (!Rewriter.isSafeToExpand(ExitCount)) in run()
H A DLoopIdiomRecognize.cpp1047 if (!Expander.isSafeToExpand(Start)) in processLoopStridedStore()
1088 if (!Expander.isSafeToExpand(TripCountS)) in processLoopStridedStore()
1117 if (!Expander.isSafeToExpand(NumBytesS)) in processLoopStridedStore()
H A DLoopStrengthReduce.cpp3561 if (SE.isLoopInvariant(N, L) && Rewriter.isSafeToExpand(N) && in CollectFixupsAndInitialFormulae()
3642 if (!Rewriter.isSafeToExpand(S)) in InsertInitialFormula()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCLoopInstrFormPrep.cpp563 if (!SCEVE.isSafeToExpand(BasePtrSCEV->getStart())) in rewriteLoadStoresForCommoningChains()
597 if (!SCEVE.isSafeToExpand(OffsetSCEV)) in rewriteLoadStoresForCommoningChains()
1021 if (!SCEVE.isSafeToExpand(BasePtrSCEV->getStart())) in rewriteLoadStores()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DScalarEvolutionExpander.h306 LLVM_ABI bool isSafeToExpand(const SCEV *S) const;
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp1655 !Rewriter.isSafeToExpand(ExitValue)) { in rewriteLoopExitValues()
1668 !Rewriter.isSafeToExpand(ExitValue)) in rewriteLoopExitValues()
H A DScalarEvolutionExpander.cpp2351 bool SCEVExpander::isSafeToExpand(const SCEV *S) const { in isSafeToExpand() function in SCEVExpander
2359 if (!isSafeToExpand(S)) in isSafeToExpandAt()