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

References

tools/polly/lib/Analysis/ScopDetection.cpp
  466     if (!isHoistableLoad(Load, CurRegion, LI, SE, DT, Context.RequiredILS))
  575         getUniqueNonErrorValue(PHI, &Context.CurRegion, LI, DT));
  605   LHS = tryForwardThroughPHI(LHS, Context.CurRegion, SE, LI, DT);
  606   RHS = tryForwardThroughPHI(RHS, Context.CurRegion, SE, LI, DT);
  927             isHoistableLoad(Load, CurRegion, LI, SE, DT, Context.RequiredILS))
 1153             if (Load && isHoistableLoad(Load, Context.CurRegion, LI, SE, DT,
 1200     if (isErrorBlock(*OpInst->getParent(), Context.CurRegion, LI, DT)) {
 1543     bool IsErrorBlock = isErrorBlock(*BB, CurRegion, LI, DT);
 1765         if (!DT.dominates(SuccBB, CurrBB)) {