Home
last modified time | relevance | path

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

/llvm-project-15.0.7/polly/test/ScopDetect/
H A Dtlr_is_hoistable_load.ll5 ; specifically, ScopHelper.cpp::isHoistableLoad only gets called if
/llvm-project-15.0.7/polly/include/polly/Support/
H A DScopHelper.h441 bool isHoistableLoad(llvm::LoadInst *LInst, llvm::Region &R, llvm::LoopInfo &LI,
/llvm-project-15.0.7/polly/lib/Analysis/
H A DScopDetection.cpp485 if (!isHoistableLoad(Load, CurRegion, LI, SE, DT, Context.RequiredILS)) in onlyValidRequiredInvariantLoads()
950 isHoistableLoad(Load, CurRegion, LI, SE, DT, Context.RequiredILS)) in hasValidArraySizes()
1175 if (Load && isHoistableLoad(Load, Context.CurRegion, LI, SE, DT, in isValidAccess()
/llvm-project-15.0.7/polly/lib/Support/
H A DScopHelper.cpp516 bool polly::isHoistableLoad(LoadInst *LInst, Region &R, LoopInfo &LI, in isHoistableLoad() function in polly