Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DFixupStatepointCallerSaved.cpp608 SmallVector<MachineInstr *, 16> Statepoints; in runOnMachineFunction() local
612 Statepoints.push_back(&I); in runOnMachineFunction()
614 if (Statepoints.empty()) in runOnMachineFunction()
621 for (MachineInstr *I : Statepoints) { in runOnMachineFunction()
H A DCodeGenPrepare.cpp755 SmallVector<GCStatepointInst *, 2> Statepoints; in _run() local
759 Statepoints.push_back(SP); in _run()
760 for (auto &I : Statepoints) in _run()