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

References

tools/polly/lib/Analysis/ScopBuilder.cpp
 2892   if (isSafeToLoadUnconditionally(LI->getPointerOperand(), LI->getType(),
 2892   if (isSafeToLoadUnconditionally(LI->getPointerOperand(), LI->getType(),
 2893                                   MaybeAlign(LI->getAlignment()), DL)) {
 2895   } else if (BB != LI->getParent()) {
 2915   if (TooComplex || !isRequiredInvariantLoad(LI))
 2918   scop->addAssumption(INVARIANTLOAD, WrittenCtx, LI->getDebugLoc(),
 2919                       AS_RESTRICTION, LI->getParent());