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

Declarations

tools/polly/include/polly/ScopInfo.h
 2378   void invalidate(AssumptionKind Kind, DebugLoc Loc, BasicBlock *BB = nullptr);

References

tools/polly/lib/Analysis/PruneUnprofitable.cpp
   86       S.invalidate(PROFITABLE, DebugLoc());
tools/polly/lib/Analysis/ScopBuilder.cpp
  548     scop->invalidate(COMPLEXITY, TI ? TI->getDebugLoc() : DebugLoc(),
  983       scop->invalidate(COMPLEXITY, DebugLoc());
 1065       scop->invalidate(COMPLEXITY, TI->getDebugLoc(), TI->getParent());
 1717     scop->invalidate(DELINEARIZATION, Inst->getDebugLoc(), Inst->getParent());
 2750         scop->invalidate(INVARIANTLOAD, LI->getDebugLoc(), LI->getParent());
 2983     scop->invalidate(COMPLEXITY, AccInst->getDebugLoc(), AccInst->getParent());
 3338   scop->invalidate(ALIASING, DebugLoc());
 3418       scop->invalidate(COMPLEXITY, DebugLoc());
 3463       scop->invalidate(ALIASING, MA->getAccessInstruction()->getDebugLoc(),
 3709     scop->invalidate(PROFITABLE, DebugLoc());
tools/polly/lib/Analysis/ScopInfo.cpp
 1836       invalidate(DELINEARIZATION, DebugLoc());
 2262   invalidate(COMPLEXITY, DL, BB);
tools/polly/lib/Support/SCEVAffinator.cpp
  554   S->invalidate(COMPLEXITY, Loc);