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

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

Completed in 93 milliseconds