Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DFixupStatepointCallerSaved.cpp606 SmallVector<MachineInstr *, 16> Statepoints; in runOnMachineFunction() local
610 Statepoints.push_back(&I); in runOnMachineFunction()
612 if (Statepoints.empty()) in runOnMachineFunction()
619 for (MachineInstr *I : Statepoints) { in runOnMachineFunction()
H A DCodeGenPrepare.cpp604 SmallVector<GCStatepointInst *, 2> Statepoints; in runOnFunction() local
608 Statepoints.push_back(SP); in runOnFunction()
609 for (auto &I : Statepoints) in runOnFunction()
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DReference.rst43 Statepoints
93 :doc:`Statepoints`
H A DGarbageCollection.rst238 :doc:`This page <Statepoints>` contains detailed documentation for
H A DLangRef.rst11945 described in :doc:`Statepoints`.