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
287 : public StatepointBase<const Function, const Instruction, const Value,
289 typedef StatepointBase<const Function, const Instruction, const Value,
300 : public StatepointBase<Function, Instruction, Value, CallSite> {
301 typedef StatepointBase<Function, Instruction, Value, CallSite> Base;
381 StatepointBase<FunTy, InstructionTy, ValueTy, CallSiteTy>::getRelocates() in getRelocates()