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

References

lib/Transforms/Scalar/LoopUnswitch.cpp
  425   auto CacheIt = Cache.find(Cond);
  433   if (Cond->getType()->isVectorTy())
  437   if (isa<Constant>(Cond)) return nullptr;
  442   if (L->makeLoopInvariant(Cond, Changed, nullptr, MSSAU)) {
  443     Cache[Cond] = Cond;
  443     Cache[Cond] = Cond;
  444     return Cond;
  448   if (BinaryOperator *BO = dyn_cast<BinaryOperator>(Cond))
  483           Cache[Cond] = LHS;
  491           Cache[Cond] = RHS;
  497   Cache[Cond] = nullptr;