Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DFixupStatepointCallerSaved.cpp606 SmallVector<MachineInstr *, 16> Statepoints; in runOnMachineFunction() local
610 Statepoints.push_back(&I); in runOnMachineFunction()
612 if (Statepoints.empty()) in runOnMachineFunction()
619 for (MachineInstr *I : Statepoints) { in runOnMachineFunction()
DCodeGenPrepare.cpp604 SmallVector<GCStatepointInst *, 2> Statepoints; in runOnFunction() local
608 Statepoints.push_back(SP); in runOnFunction()
609 for (auto &I : Statepoints) in runOnFunction()