HomeSort by: relevance | last modified time | path
    Searched refs:StatepointID (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/IR/
Statepoint.cpp 31 uint64_t StatepointID;
33 if (!AttrID.getValueAsString().getAsInteger(10, StatepointID))
34 Result.StatepointID = StatepointID;
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Statepoint.h 257 Optional<uint64_t> StatepointID;
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
RewriteStatepointsForGC.cpp 1546 uint64_t StatepointID = StatepointDirectives::DefaultStatepointID;
1570 if (SD.StatepointID)
1571 StatepointID = *SD.StatepointID;
1706 StatepointID, NumPatchBytes, CallTarget, Flags, CallArgs,
1733 StatepointID, NumPatchBytes, CallTarget, II->getNormalDest(),
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
StatepointLowering.cpp 1133 SI.ID = SD.StatepointID.getValueOr(DefaultID);

Completed in 48 milliseconds