Searched refs:Statepoints (Results 1 – 5 of 5) sorted by relevance
607 SmallVector<MachineInstr *, 16> Statepoints; in runOnMachineFunction() local611 Statepoints.push_back(&I); in runOnMachineFunction()613 if (Statepoints.empty()) in runOnMachineFunction()620 for (MachineInstr *I : Statepoints) { in runOnMachineFunction()
681 SmallVector<GCStatepointInst *, 2> Statepoints; in runOnFunction() local685 Statepoints.push_back(SP); in runOnFunction()686 for (auto &I : Statepoints) in runOnFunction()
47 Statepoints99 :doc:`Statepoints`
238 :doc:`This page <Statepoints>` contains detailed documentation for
12470 described in :doc:`Statepoints`.