reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/polly/include/polly/Support/ScopHelper.h
  414 bool isHoistableLoad(llvm::LoadInst *LInst, llvm::Region &R, llvm::LoopInfo &LI,

References

tools/polly/lib/Analysis/ScopDetection.cpp
  466     if (!isHoistableLoad(Load, CurRegion, LI, SE, DT, Context.RequiredILS))
  927             isHoistableLoad(Load, CurRegion, LI, SE, DT, Context.RequiredILS))
 1153             if (Load && isHoistableLoad(Load, Context.CurRegion, LI, SE, DT,