Searched refs:StatepointID (Results 1 – 4 of 4) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
| H A D | Statepoint.cpp | 31 uint64_t StatepointID; in parseStatepointDirectivesFromAttrs() local 33 if (!AttrID.getValueAsString().getAsInteger(10, StatepointID)) in parseStatepointDirectivesFromAttrs() 34 Result.StatepointID = StatepointID; in parseStatepointDirectivesFromAttrs()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
| H A D | Statepoint.h | 257 Optional<uint64_t> StatepointID; member
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
| H A D | RewriteStatepointsForGC.cpp | 1546 uint64_t StatepointID = StatepointDirectives::DefaultStatepointID; in makeStatepointExplicitImpl() local 1570 if (SD.StatepointID) in makeStatepointExplicitImpl() 1571 StatepointID = *SD.StatepointID; in makeStatepointExplicitImpl() 1706 StatepointID, NumPatchBytes, CallTarget, Flags, CallArgs, in makeStatepointExplicitImpl() 1733 StatepointID, NumPatchBytes, CallTarget, II->getNormalDest(), in makeStatepointExplicitImpl()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | StatepointLowering.cpp | 1133 SI.ID = SD.StatepointID.getValueOr(DefaultID); in LowerCallSiteWithDeoptBundleImpl()
|