Searched refs:PlaceSafepoints (Results 1 – 5 of 5) sorted by relevance
172 struct PlaceSafepoints : public FunctionPass { struct175 PlaceSafepoints() : FunctionPass(ID) { in PlaceSafepoints() argument535 bool PlaceSafepoints::runOnFunction(Function &F) { in runOnFunction()732 char PlaceSafepoints::ID = 0;735 return new PlaceSafepoints(); in createPlaceSafepointsPass()748 INITIALIZE_PASS_BEGIN(PlaceSafepoints, "place-safepoints", "Place Safepoints", in INITIALIZE_PASS_DEPENDENCY()750 INITIALIZE_PASS_END(PlaceSafepoints, "place-safepoints", "Place Safepoints", in INITIALIZE_PASS_DEPENDENCY()
36 PlaceSafepoints.cpp
38 PlaceSafepoints.cpp \
690 PlaceSafepoints section in Utility Passes for Safepoint Insertion693 The pass PlaceSafepoints transforms a function's IR by replacing any call or 728 At the moment, PlaceSafepoints can insert safepoint polls at method entry and 732 PlaceSafepoints includes a number of optimizations to avoid placing safepoint 734 under normal conditions. PlaceSafepoints does not attempt to ensure timely 743 By default PlaceSafepoints passes in ``0xABCDEF00`` as the statepoint
508 :ref:`PlaceSafepoints` and :ref:`RewriteStatepointsForGC` utility passes