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

/external/llvm/lib/IR/
H A DStatepoint.cpp61 uint64_t StatepointID; local
63 if (!AttrID.getValueAsString().getAsInteger(10, StatepointID))
64 Result.StatepointID = StatepointID;
/external/llvm/include/llvm/IR/
H A DStatepoint.h434 Optional<uint64_t> StatepointID; member in struct:llvm::StatepointFlags::StatepointDirectives
/external/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp1292 uint64_t StatepointID = StatepointDirectives::DefaultStatepointID; local
1314 if (SD.StatepointID)
1315 StatepointID = *SD.StatepointID;
1347 StatepointID, NumPatchBytes, CallTarget, Flags, CallArgs,
1375 StatepointID, NumPatchBytes, CallTarget, ToReplace->getNormalDest(),
/external/llvm/lib/CodeGen/SelectionDAG/
H A DStatepointLowering.cpp841 SI.ID = SD.StatepointID.getValueOr(DefaultID);

Completed in 175 milliseconds