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

References

lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp
  763     Value *P = Worklist.pop_back_val();
  770       Worklist.push_back(SI->getTrueValue());
  771       Worklist.push_back(SI->getFalseValue());
  777         Worklist.push_back(IncValue);
  784       Worklist.push_back(GA->getAliasee());
  817   } while (!Worklist.empty());