Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DFixupStatepointCallerSaved.cpp328 SmallVector<unsigned, 8> OpsToSpill; member in __anon2f435cf10211::StatepointState
399 OpsToSpill.push_back(Idx); in findRegistersToSpill()
514 OpsToSpill.push_back(MI.getNumOperands()); in rewriteStatepoint()
519 if (I == OpsToSpill[CurOpIdx]) { in rewriteStatepoint()
538 assert(CurOpIdx == (OpsToSpill.size() - 1) && "Not all operands processed"); in rewriteStatepoint()