Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm/include/llvm/IR/
H A DStatepoint.h43 class ImmutableStatepoint; variable
292 explicit ImmutableStatepoint(const Instruction *I) : Base(I) {} in ImmutableStatepoint() function
293 explicit ImmutableStatepoint(ImmutableCallSite CS) : Base(CS) {} in ImmutableStatepoint() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DStatepoint.h299 explicit ImmutableStatepoint(const Instruction *I) : Base(I) {} in ImmutableStatepoint() function
300 explicit ImmutableStatepoint(const CallBase *Call) : Base(Call) {} in ImmutableStatepoint() function