Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DStatepoint.cpp31 uint64_t StatepointID; in parseStatepointDirectivesFromAttrs() local
33 if (!AttrID.getValueAsString().getAsInteger(10, StatepointID)) in parseStatepointDirectivesFromAttrs()
34 Result.StatepointID = StatepointID; in parseStatepointDirectivesFromAttrs()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DStatepoint.h257 Optional<uint64_t> StatepointID; member
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp1561 uint64_t StatepointID = StatepointDirectives::DefaultStatepointID; in makeStatepointExplicitImpl() local
1585 if (SD.StatepointID) in makeStatepointExplicitImpl()
1586 StatepointID = *SD.StatepointID; in makeStatepointExplicitImpl()
1721 StatepointID, NumPatchBytes, CallTarget, Flags, CallArgs, in makeStatepointExplicitImpl()
1748 StatepointID, NumPatchBytes, CallTarget, II->getNormalDest(), in makeStatepointExplicitImpl()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DStatepointLowering.cpp1133 SI.ID = SD.StatepointID.getValueOr(DefaultID); in LowerCallSiteWithDeoptBundleImpl()