Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DFixupStatepointCallerSaved.cpp328 SmallVector<unsigned, 8> OpsToSpill; member in __anoncdc2af6d0211::StatepointState
399 OpsToSpill.push_back(Idx); in findRegistersToSpill()
513 OpsToSpill.push_back(MI.getNumOperands()); in rewriteStatepoint()
518 if (I == OpsToSpill[CurOpIdx]) { in rewriteStatepoint()
537 assert(CurOpIdx == (OpsToSpill.size() - 1) && "Not all operands processed"); in rewriteStatepoint()