Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/IR/
H A DStatepoint.cpp28 uint64_t StatepointID; in parseStatepointDirectivesFromAttrs() local
30 if (!AttrID.getValueAsString().getAsInteger(10, StatepointID)) in parseStatepointDirectivesFromAttrs()
31 Result.StatepointID = StatepointID; in parseStatepointDirectivesFromAttrs()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DStatepoint.h237 Optional<uint64_t> StatepointID; member
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp1627 uint64_t StatepointID = StatepointDirectives::DefaultStatepointID; in makeStatepointExplicitImpl() local
1651 if (SD.StatepointID) in makeStatepointExplicitImpl()
1652 StatepointID = *SD.StatepointID; in makeStatepointExplicitImpl()
1795 StatepointID, NumPatchBytes, CallTarget, Flags, CallArgs, in makeStatepointExplicitImpl()
1822 StatepointID, NumPatchBytes, CallTarget, II->getNormalDest(), in makeStatepointExplicitImpl()
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DStatepointLowering.cpp1179 SI.ID = SD.StatepointID.value_or(DefaultID); in LowerCallSiteWithDeoptBundleImpl()