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

References

include/llvm/IR/Statepoint.h
  293     : public StatepointBase<const Function, const Instruction, const Value,
  295   using Base = StatepointBase<const Function, const Instruction, const Value,
  306     : public StatepointBase<Function, Instruction, Value, CallBase> {
  307   using Base = StatepointBase<Function, Instruction, Value, CallBase>;