Searched refs:StatepointID (Results 1 – 4 of 4) sorted by relevance
/external/llvm/lib/IR/ |
D | Statepoint.cpp | 61 uint64_t StatepointID; in parseStatepointDirectivesFromAttrs() local 63 if (!AttrID.getValueAsString().getAsInteger(10, StatepointID)) in parseStatepointDirectivesFromAttrs() 64 Result.StatepointID = StatepointID; in parseStatepointDirectivesFromAttrs()
|
/external/llvm/lib/Transforms/Scalar/ |
D | RewriteStatepointsForGC.cpp | 1292 uint64_t StatepointID = StatepointDirectives::DefaultStatepointID; in makeStatepointExplicitImpl() local 1314 if (SD.StatepointID) in makeStatepointExplicitImpl() 1315 StatepointID = *SD.StatepointID; in makeStatepointExplicitImpl() 1347 StatepointID, NumPatchBytes, CallTarget, Flags, CallArgs, in makeStatepointExplicitImpl() 1375 StatepointID, NumPatchBytes, CallTarget, ToReplace->getNormalDest(), in makeStatepointExplicitImpl()
|
/external/llvm/include/llvm/IR/ |
D | Statepoint.h | 434 Optional<uint64_t> StatepointID; member
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | StatepointLowering.cpp | 841 SI.ID = SD.StatepointID.getValueOr(DefaultID); in LowerCallSiteWithDeoptBundleImpl()
|