Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/IR/
H A DStatepoint.cpp74 uint64_t StatepointID; in parseStatepointDirectivesFromAttrs() local
76 if (!AttrID.getValueAsString().getAsInteger(10, StatepointID)) in parseStatepointDirectivesFromAttrs()
77 Result.StatepointID = StatepointID; in parseStatepointDirectivesFromAttrs()
/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp1434 uint64_t StatepointID = StatepointDirectives::DefaultStatepointID; in makeStatepointExplicitImpl() local
1456 if (SD.StatepointID) in makeStatepointExplicitImpl()
1457 StatepointID = *SD.StatepointID; in makeStatepointExplicitImpl()
1496 StatepointID, NumPatchBytes, CallTarget, Flags, CallArgs, in makeStatepointExplicitImpl()
1522 StatepointID, NumPatchBytes, CallTarget, ToReplace->getNormalDest(), in makeStatepointExplicitImpl()
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DStatepoint.h458 Optional<uint64_t> StatepointID; member
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DStatepointLowering.cpp910 SI.ID = SD.StatepointID.getValueOr(DefaultID); in LowerCallSiteWithDeoptBundleImpl()