Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DStatepoint.h43 class ImmutableStatepoint; variable
285 class ImmutableStatepoint
292 explicit ImmutableStatepoint(const Instruction *I) : Base(I) {} in ImmutableStatepoint() function
293 explicit ImmutableStatepoint(ImmutableCallSite CS) : Base(CS) {} in ImmutableStatepoint() function
/external/llvm/lib/CodeGen/SelectionDAG/
DStatepointLowering.cpp732 SelectionDAGBuilder::LowerStatepoint(ImmutableStatepoint ISP, in LowerStatepoint()
768 ImmutableStatepoint::CallArgsBeginPos, in LowerStatepoint()
878 ImmutableStatepoint(I).getCalledValue()->getType()); in visitGCResult()
DSelectionDAGBuilder.h772 void LowerStatepoint(ImmutableStatepoint Statepoint,
DSelectionDAGBuilder.cpp2282 LowerStatepoint(ImmutableStatepoint(&I), EHPadBB); in visitInvoke()
5598 LowerStatepoint(ImmutableStatepoint(&I)); in visitIntrinsicCall()