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

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

Completed in 185 milliseconds