Searched refs:ImmutableStatepoint (Results 1 – 4 of 4) sorted by relevance
/external/llvm/include/llvm/IR/ |
D | Statepoint.h | 40 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/ |
D | StatepointLowering.cpp | 286 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()
|
D | SelectionDAGBuilder.h | 726 void LowerStatepoint(ImmutableStatepoint Statepoint,
|
D | SelectionDAGBuilder.cpp | 2123 LowerStatepoint(ImmutableStatepoint(&I), EHPadBB); in visitInvoke()
|