Searched refs:m_ii (Results 1 – 1 of 1) sorted by relevance
100 BasicBlock::const_iterator m_ii; member in InterpreterStackFrame130 m_ii = m_bb->begin(); in Jump()683 while (frame.m_ii != frame.m_ie && (++num_insts < 4096)) { in Interpret()684 const Instruction *inst = &*frame.m_ii; in Interpret()1528 ++frame.m_ii; in Interpret()