Home
last modified time | relevance | path

Searched refs:StatepointBase (Results 1 – 1 of 1) sorted by relevance

/external/llvm/include/llvm/IR/
DStatepoint.h50 class StatepointBase {
56 explicit StatepointBase(InstructionTy *I) : StatepointCS(I) { in StatepointBase() function
59 explicit StatepointBase(CallSiteTy CS) : StatepointCS(CS) { in StatepointBase() function
162 : public StatepointBase<const Instruction, const Value,
164 typedef StatepointBase<const Instruction, const Value, ImmutableCallSite>
174 class Statepoint : public StatepointBase<Instruction, Value, CallSite> {
175 typedef StatepointBase<Instruction, Value, CallSite> Base;
256 StatepointBase<InstructionTy, ValueTy, CallSiteTy>::