Searched refs:Statepoints (Results 1 – 5 of 5) sorted by relevance
606 SmallVector<MachineInstr *, 16> Statepoints; in runOnMachineFunction() local610 Statepoints.push_back(&I); in runOnMachineFunction()612 if (Statepoints.empty()) in runOnMachineFunction()619 for (MachineInstr *I : Statepoints) { in runOnMachineFunction()
604 SmallVector<GCStatepointInst *, 2> Statepoints; in runOnFunction() local608 Statepoints.push_back(SP); in runOnFunction()609 for (auto &I : Statepoints) in runOnFunction()
43 Statepoints93 :doc:`Statepoints`
238 :doc:`This page <Statepoints>` contains detailed documentation for
11945 described in :doc:`Statepoints`.