Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DPlaceSafepoints.cpp172 struct PlaceSafepoints : public FunctionPass { struct
175 PlaceSafepoints() : FunctionPass(ID) { in PlaceSafepoints() argument
535 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()
DCMakeLists.txt36 PlaceSafepoints.cpp
DAndroid.mk38 PlaceSafepoints.cpp \
/external/llvm/docs/
DStatepoints.rst690 PlaceSafepoints section in Utility Passes for Safepoint Insertion
693 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
DGarbageCollection.rst508 :ref:`PlaceSafepoints` and :ref:`RewriteStatepointsForGC` utility passes