Searched refs:isSafeToExpand (Results 1 – 8 of 8) sorted by relevance
572 if (!SCEVE.isSafeToExpand(BasePtrSCEV->getStart())) in rewriteLoadStoresForCommoningChains()606 if (!SCEVE.isSafeToExpand(OffsetSCEV)) in rewriteLoadStoresForCommoningChains()1030 if (!SCEVE.isSafeToExpand(BasePtrSCEV->getStart())) in rewriteLoadStores()
398 if (!SCEVE.isSafeToExpand(NextLSCEV)) in runOnLoop()
1750 if (isa<SCEVCouldNotCompute>(ExactBTC) || !Rewriter.isSafeToExpand(ExactBTC)) in predicateLoopExits()1782 !Rewriter.isSafeToExpand(ExitCount)) in predicateLoopExits()2013 if (!Rewriter.isSafeToExpand(ExitCount)) in run()
1040 if (!Expander.isSafeToExpand(Start)) in processLoopStridedStore()1074 if (!Expander.isSafeToExpand(NumBytesS)) in processLoopStridedStore()
3576 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()
296 bool isSafeToExpand(const SCEV *S) const;
1589 !Rewriter.isSafeToExpand(ExitValue)) { in rewriteLoopExitValues()1602 !Rewriter.isSafeToExpand(ExitValue)) in rewriteLoopExitValues()
2344 bool SCEVExpander::isSafeToExpand(const SCEV *S) const { in isSafeToExpand() function in SCEVExpander2352 if (!isSafeToExpand(S)) in isSafeToExpandAt()