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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DStatepoint.cpp31 uint64_t StatepointID; local
33 if (!AttrID.getValueAsString().getAsInteger(10, StatepointID))
34 Result.StatepointID = StatepointID;
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DStatepoint.h376 Optional<uint64_t> StatepointID; member in struct:llvm::StatepointFlags::StatepointDirectives
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp1486 uint64_t StatepointID = StatepointDirectives::DefaultStatepointID; local
1510 if (SD.StatepointID)
1511 StatepointID = *SD.StatepointID;
1550 StatepointID, NumPatchBytes, CallTarget, Flags, CallArgs,
1577 StatepointID, NumPatchBytes, CallTarget, II->getNormalDest(),
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DStatepointLowering.cpp967 SI.ID = SD.StatepointID.getValueOr(DefaultID);

Completed in 189 milliseconds