Home
last modified time | relevance | path

Searched refs:PlaceSafepoints (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
DPlaceSafepoints.cpp156 struct PlaceSafepoints : public FunctionPass { struct
159 PlaceSafepoints() : FunctionPass(ID) { in PlaceSafepoints() function
458 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()
DCMakeLists.txt41 PlaceSafepoints.cpp
/external/llvm/docs/
DStatepoints.rst713 PlaceSafepoints section in Utility Passes for Safepoint Insertion
716 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
DGarbageCollection.rst508 :ref:`PlaceSafepoints` and :ref:`RewriteStatepointsForGC` utility passes