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

References

tools/polly/lib/Support/SCEVAffinator.cpp
   87 Loop *SCEVAffinator::getScope() { return BB ? LI.getLoopFor(BB) : nullptr; }
   87 Loop *SCEVAffinator::getScope() { return BB ? LI.getLoopFor(BB) : nullptr; }
  103   auto *Restriction = BB ? NegDom : isl_set_params(NegDom);
  104   auto DL = BB ? BB->getTerminator()->getDebugLoc() : DebugLoc();
  104   auto DL = BB ? BB->getTerminator()->getDebugLoc() : DebugLoc();
  106                       BB);
  114   this->BB = BB;
  142   const DebugLoc &Loc = BB ? BB->getTerminator()->getDebugLoc() : DebugLoc();
  142   const DebugLoc &Loc = BB ? BB->getTerminator()->getDebugLoc() : DebugLoc();
  143   if (!BB)
  148     S->recordAssumption(WRAPPING, NotEqualSet, Loc, AS_RESTRICTION, BB);
  192   auto Key = std::make_pair(Expr, BB);
  286   if (!BB) {
  293                       AS_RESTRICTION, BB);
  553   const DebugLoc &Loc = BB ? BB->getTerminator()->getDebugLoc() : DebugLoc();
  553   const DebugLoc &Loc = BB ? BB->getTerminator()->getDebugLoc() : DebugLoc();