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

Declarations

lib/Transforms/Scalar/RewriteStatepointsForGC.cpp
  306 static void findLiveSetAtInst(Instruction *inst, GCPtrLivenessData &Data,

References

lib/Transforms/Scalar/RewriteStatepointsForGC.cpp
  375   findLiveSetAtInst(Call, OriginalLivenessData, LiveSet);
 2813   findLiveSetAtInst(Call, RevisedLivenessData, Updated);