Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DFixupStatepointCallerSaved.cpp607 SmallVector<MachineInstr *, 16> Statepoints; in runOnMachineFunction() local
611 Statepoints.push_back(&I); in runOnMachineFunction()
613 if (Statepoints.empty()) in runOnMachineFunction()
620 for (MachineInstr *I : Statepoints) { in runOnMachineFunction()
H A DCodeGenPrepare.cpp681 SmallVector<GCStatepointInst *, 2> Statepoints; in runOnFunction() local
685 Statepoints.push_back(SP); in runOnFunction()
686 for (auto &I : Statepoints) in runOnFunction()
/openbsd-src/gnu/llvm/llvm/docs/
H A DReference.rst47 Statepoints
99 :doc:`Statepoints`
H A DGarbageCollection.rst238 :doc:`This page <Statepoints>` contains detailed documentation for
H A DLangRef.rst12470 described in :doc:`Statepoints`.