Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/
H A DStatepoint.h52 explicit StatepointBase(InstructionTy *I) : StatepointCS(I) { in StatepointBase() function
55 explicit StatepointBase(CallSiteTy CS) : StatepointCS(CS) { in StatepointBase() function