Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DFixupStatepointCallerSaved.cpp327 SmallVector<unsigned, 8> OpsToSpill; member in __anon9d3c0ba50211::StatepointState
398 OpsToSpill.push_back(Idx); in findRegistersToSpill()
512 OpsToSpill.push_back(MI.getNumOperands()); in rewriteStatepoint()
517 if (I == OpsToSpill[CurOpIdx]) { in rewriteStatepoint()
536 assert(CurOpIdx == (OpsToSpill.size() - 1) && "Not all operands processed"); in rewriteStatepoint()