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);
  426   if (CacheIt != Cache.end())
  443     Cache[Cond] = Cond;
  482                                               ParentChain, Cache, MSSAU)) {
  483           Cache[Cond] = LHS;
  490                                               ParentChain, Cache, MSSAU)) {
  491           Cache[Cond] = RHS;
  497   Cache[Cond] = nullptr;