Searched refs:isHoistableLoad (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/polly/test/ScopDetect/ |
| H A D | tlr_is_hoistable_load.ll | 5 ; specifically, ScopHelper.cpp::isHoistableLoad only gets called if
|
| /llvm-project-15.0.7/polly/include/polly/Support/ |
| H A D | ScopHelper.h | 441 bool isHoistableLoad(llvm::LoadInst *LInst, llvm::Region &R, llvm::LoopInfo &LI,
|
| /llvm-project-15.0.7/polly/lib/Analysis/ |
| H A D | ScopDetection.cpp | 485 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 D | ScopHelper.cpp | 516 bool polly::isHoistableLoad(LoadInst *LInst, Region &R, LoopInfo &LI, in isHoistableLoad() function in polly
|