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

/external/llvm/include/llvm/IR/
H A DStatepoint.h50 class StatepointBase { class in namespace:llvm
56 explicit StatepointBase(InstructionTy *I) : StatepointCS(I) { function in class:llvm::StatepointBase
59 explicit StatepointBase(CallSiteTy CS) : StatepointCS(CS) { function in class:llvm::StatepointBase
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>::

Completed in 36 milliseconds