Home
last modified time | relevance | path

Searched refs:getStatepoint (Results 1 – 3 of 3) sorted by relevance

/external/llvm/include/llvm/IR/
DStatepoint.h328 const Instruction *getStatepoint() const { in getStatepoint() function
375 ImmutableCallSite CS(getStatepoint()); in getBasePtr()
380 ImmutableCallSite CS(getStatepoint()); in getDerivedPtr()
/external/llvm/lib/CodeGen/SelectionDAG/
DStatepointLowering.cpp127 Builder.FuncInfo.StatepointSpillMaps[Relocate->getStatepoint()]; in findPreviousSpillSlot()
868 const Instruction *I = CI.getStatepoint(); in visitGCResult()
896 if (Relocate.getStatepoint()->getParent() == Relocate.getParent()) in visitGCRelocate()
907 auto &SpillMap = FuncInfo.StatepointSpillMaps[Relocate.getStatepoint()]; in visitGCRelocate()
/external/llvm/lib/IR/
DVerifier.cpp3982 cast<GCRelocateInst>(*CS.getInstruction()).getStatepoint()); in visitIntrinsicCallSite()