reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Transforms/Scalar/RewriteStatepointsForGC.cpp
 1502     Token = SPCall;
 1528     Token = SPInvoke;
 1543     const unsigned LiveStartIdx = Statepoint(Token).gcArgsStartIdx();
 1558   assert(Token && "Should be set in one of the above branches!");
 1567     Token->setName("statepoint_token");
 1570       CallInst *GCResult = Builder.CreateGCResult(Token, Call->getType(), Name);
 1588   Result.StatepointToken = Token;
 1591   const unsigned LiveStartIdx = Statepoint(Token).gcArgsStartIdx();
 1592   CreateGCRelocates(LiveVariables, LiveStartIdx, BasePtrs, Token, Builder);