Searched refs:isHoistableLoad (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/polly/test/ScopDetect/ |
D | tlr_is_hoistable_load.ll | 6 ; specifically, ScopHelper.cpp::isHoistableLoad only gets called if
|
/external/llvm-project/polly/include/polly/Support/ |
D | ScopHelper.h | 472 bool isHoistableLoad(llvm::LoadInst *LInst, llvm::Region &R, llvm::LoopInfo &LI,
|
/external/llvm-project/polly/lib/Analysis/ |
D | ScopDetection.cpp | 467 if (!isHoistableLoad(Load, CurRegion, LI, SE, DT, Context.RequiredILS)) in onlyValidRequiredInvariantLoads() 932 isHoistableLoad(Load, CurRegion, LI, SE, DT, Context.RequiredILS)) in hasValidArraySizes() 1158 if (Load && isHoistableLoad(Load, Context.CurRegion, LI, SE, DT, in isValidAccess()
|
/external/llvm-project/polly/lib/Support/ |
D | ScopHelper.cpp | 562 bool polly::isHoistableLoad(LoadInst *LInst, Region &R, LoopInfo &LI, in isHoistableLoad() function in polly
|