Searched refs:StatepointID (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/IR/ |
| H A D | Statepoint.cpp | 74 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 D | RewriteStatepointsForGC.cpp | 1434 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 D | Statepoint.h | 458 Optional<uint64_t> StatepointID; member
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | StatepointLowering.cpp | 910 SI.ID = SD.StatepointID.getValueOr(DefaultID); in LowerCallSiteWithDeoptBundleImpl()
|