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.cpp602 SmallVector<MachineInstr *, 16> Statepoints; in run() local
606 Statepoints.push_back(&I); in run()
608 if (Statepoints.empty()) in run()
615 for (MachineInstr *I : Statepoints) { in run()
H A DCodeGenPrepare.cpp757 SmallVector<GCStatepointInst *, 2> Statepoints; in _run() local
761 Statepoints.push_back(SP); in _run()
762 for (auto &I : Statepoints) in _run()