HomeSort by relevance Sort by last modified time
    Searched defs:StatepointID (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/IR/
Statepoint.cpp 61 uint64_t StatepointID;
63 if (!AttrID.getValueAsString().getAsInteger(10, StatepointID))
64 Result.StatepointID = StatepointID;
  /external/llvm/include/llvm/IR/
Statepoint.h 434 Optional<uint64_t> StatepointID;
  /external/llvm/lib/Transforms/Scalar/
RewriteStatepointsForGC.cpp     [all...]

Completed in 175 milliseconds