Home
last modified time | relevance | path

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

/external/llvm/docs/
Dindex.rst260 Statepoints
355 :doc:`Statepoints`
DGarbageCollection.rst238 :doc:`This page <Statepoints>` contains detailed documentation for
DLangRef.rst7542 described in :doc:`Statepoints`.
/external/llvm/lib/CodeGen/
DCodeGenPrepare.cpp299 SmallVector<Instruction *, 2> Statepoints; in runOnFunction() local
303 Statepoints.push_back(&I); in runOnFunction()
304 for (auto &I : Statepoints) in runOnFunction()