Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DStatepoint.h60 class StatepointBase {
66 explicit StatepointBase(InstructionTy *I) { in StatepointBase() function
72 explicit StatepointBase(CallSiteTy CS) { in StatepointBase() function
286 : public StatepointBase<const Function, const Instruction, const Value,
288 typedef StatepointBase<const Function, const Instruction, const Value,
299 : public StatepointBase<Function, Instruction, Value, CallSite> {
300 typedef StatepointBase<Function, Instruction, Value, CallSite> Base;
399 StatepointBase<FunTy, InstructionTy, ValueTy, CallSiteTy>::getRelocates() in getRelocates()