Searched refs:Statepoints (Results 1 – 6 of 6) 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()
622 SmallVector<GCStatepointInst *, 2> Statepoints; in runOnFunction() local626 Statepoints.push_back(SP); in runOnFunction()627 for (auto &I : Statepoints) in runOnFunction()
3 ; Test to check that Statepoints with X64 far-immediate targets
45 Statepoints97 :doc:`Statepoints`
238 :doc:`This page <Statepoints>` contains detailed documentation for
12282 described in :doc:`Statepoints`.