Searched refs:PlaceSafepoints (Results 1 – 4 of 4) sorted by relevance
156 struct PlaceSafepoints : public FunctionPass { struct159 PlaceSafepoints() : FunctionPass(ID) { in PlaceSafepoints() function458 bool PlaceSafepoints::runOnFunction(Function &F) { in runOnFunction()590 char PlaceSafepoints::ID = 0;593 return new PlaceSafepoints(); in createPlaceSafepointsPass()606 INITIALIZE_PASS_BEGIN(PlaceSafepoints, "place-safepoints", "Place Safepoints", in INITIALIZE_PASS_DEPENDENCY()608 INITIALIZE_PASS_END(PlaceSafepoints, "place-safepoints", "Place Safepoints", in INITIALIZE_PASS_DEPENDENCY()
41 PlaceSafepoints.cpp
713 PlaceSafepoints section in Utility Passes for Safepoint Insertion716 The pass PlaceSafepoints transforms a function's IR by replacing any call or 751 At the moment, PlaceSafepoints can insert safepoint polls at method entry and 755 PlaceSafepoints includes a number of optimizations to avoid placing safepoint 757 under normal conditions. PlaceSafepoints does not attempt to ensure timely 766 By default PlaceSafepoints passes in ``0xABCDEF00`` as the statepoint
508 :ref:`PlaceSafepoints` and :ref:`RewriteStatepointsForGC` utility passes