Home
last modified time | relevance | path

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

/external/llvm-project/polly/test/ScopDetect/
Dtlr_is_hoistable_load.ll6 ; specifically, ScopHelper.cpp::isHoistableLoad only gets called if
/external/llvm-project/polly/include/polly/Support/
DScopHelper.h472 bool isHoistableLoad(llvm::LoadInst *LInst, llvm::Region &R, llvm::LoopInfo &LI,
/external/llvm-project/polly/lib/Analysis/
DScopDetection.cpp467 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/
DScopHelper.cpp562 bool polly::isHoistableLoad(LoadInst *LInst, Region &R, LoopInfo &LI, in isHoistableLoad() function in polly