Searched refs:HoistConstLoads (Results 1 – 1 of 1) sorted by relevance
76 static cl::opt<bool> HoistConstLoads("hoist-const-loads", variable409 if (HoistConstLoads) in run()1101 bool DontMoveAcrossStore = !HoistConstLoads || !AllowedToHoistLoads[CurLoop]; in IsLICMCandidate()