Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DStatepoint.cpp61 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/
DRewriteStatepointsForGC.cpp1292 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/
DStatepoint.h434 Optional<uint64_t> StatepointID; member
/external/llvm/lib/CodeGen/SelectionDAG/
DStatepointLowering.cpp841 SI.ID = SD.StatepointID.getValueOr(DefaultID); in LowerCallSiteWithDeoptBundleImpl()