Lines Matching refs:NextLocalInstIndex
1363 NextLocalInstIndex(Context->getNumGlobalIDs()) {} in FunctionParser()
1371 NextLocalInstIndex(Context->getNumGlobalIDs()) {} in FunctionParser()
1415 setOperand(NextLocalInstIndex++, Op); in setNextLocalInstIndex()
1459 NaClBcIndexSize_t NextLocalInstIndex; member in __anon013ef65f0111::FunctionParser
1517 assert(NextLocalInstIndex >= CachedNumGlobalValueIDs); in getNextInstVar()
1519 NaClBcIndexSize_t LocalIndex = NextLocalInstIndex - CachedNumGlobalValueIDs; in getNextInstVar()
1525 ++NextLocalInstIndex; in getNextInstVar()
1532 << NextLocalInstIndex << "): " << *Op; in getNextInstVar()
1534 ++NextLocalInstIndex; in getNextInstVar()
1539 setOperand(NextLocalInstIndex++, Var); in getNextInstVar()
1610 NaClBcIndexSize_t getNextInstIndex() const { return NextLocalInstIndex; } in getNextInstIndex()