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

References

lib/IR/SafepointIRVerifier.cpp
  331   Worklist.push_back(Val);
  335   while(!Worklist.empty()) {
  336     const Value *V = Worklist.pop_back_val();
  341       Worklist.push_back(CI->stripPointerCasts());
  345       Worklist.push_back(GEP->getPointerOperand());
  352         Worklist.push_back(InV);
  357       Worklist.push_back(SI->getTrueValue());
  358       Worklist.push_back(SI->getFalseValue());