Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DStatepoint.h40 class ImmutableStatepoint; variable
286 class ImmutableStatepoint
293 explicit ImmutableStatepoint(const Instruction *I) : Base(I) {} in ImmutableStatepoint() function
294 explicit ImmutableStatepoint(ImmutableCallSite CS) : Base(CS) {} in ImmutableStatepoint() function
/external/llvm/lib/CodeGen/SelectionDAG/
DStatepointLowering.cpp286 lowerCallFromStatepoint(ImmutableStatepoint ISP, const BasicBlock *EHPadBB, in lowerCallFromStatepoint()
318 ISP.getCallSite(), ImmutableStatepoint::CallArgsBeginPos, in lowerCallFromStatepoint()
398 SmallVectorImpl<const Value *> &Relocs, ImmutableStatepoint StatepointSite, in getIncomingStatepointGCValues()
494 ImmutableStatepoint StatepointSite, in lowerStatepointMetaArgs()
635 LowerStatepoint(ImmutableStatepoint(&CI)); in visitStatepoint()
639 ImmutableStatepoint ISP, const BasicBlock *EHPadBB /*= nullptr*/) { in LowerStatepoint()
846 ImmutableStatepoint(I).getCalledValue()->getType()); in visitGCResult()
DSelectionDAGBuilder.h726 void LowerStatepoint(ImmutableStatepoint Statepoint,
DSelectionDAGBuilder.cpp2123 LowerStatepoint(ImmutableStatepoint(&I), EHPadBB); in visitInvoke()