Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
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()
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/
DReference.rst47 Statepoints
99 :doc:`Statepoints`
DGarbageCollection.rst238 :doc:`This page <Statepoints>` contains detailed documentation for
DLangRef.rst12470 described in :doc:`Statepoints`.