Searched refs:isSafeToExpandAt (Results 1 – 3 of 3) sorted by relevance
37 bool isSafeToExpandAt(const SCEV *S, const Instruction *InsertionPoint,
1430 if (!isSafeToExpandAt(ExitPreLoopAtSCEV, InsertPt, SE)) { in run()1457 if (!isSafeToExpandAt(ExitMainLoopAtSCEV, InsertPt, SE)) { in run()
2340 bool isSafeToExpandAt(const SCEV *S, const Instruction *InsertionPoint, in isSafeToExpandAt() function