Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineLICM.cpp76 static cl::opt<bool> HoistConstLoads("hoist-const-loads", variable
381 if (HoistConstLoads) in INITIALIZE_PASS_DEPENDENCY()
1077 bool DontMoveAcrossStore = !HoistConstLoads || !AllowedToHoistLoads[CurLoop]; in IsLICMCandidate()