Searched refs:m_paths (Results 1 – 1 of 1) sorted by relevance
51 Vector m_paths; field in RedundentExprEliminator75 m_paths = null; in RedundentExprEliminator()92 eleminateRedundent(psuedoVarRecipient, m_paths); in eleminateRedundentLocals()1102 else if (m_isSameContext && (null != m_paths)) in visitLocationPath()1105 validateNewAddition(m_paths, owner, path); in visitLocationPath()1106 m_paths.addElement(owner); in visitLocationPath()1182 Vector savedPaths = m_paths; in visitInstruction()1183 m_paths = new Vector(); in visitInstruction()1191 m_paths = savedPaths; in visitInstruction()1221 if(paths == m_paths) in diagnoseNumPaths()