Searched refs:allCompilers (Results 1 – 1 of 1) sorted by relevance
187 allCompilers="""select distinct compilerid from %s WHERE typeid=?""" variable204 r=c.execute(allCompilers % benchTable,(typeid,)).fetchall()981 allCompilers = getExistingCompilerForCore(benchName,aCoreID)982 for compiler in allCompilers:1034 allCompilers = getExistingCompiler(benchName,aTypeID)1035 for compiler in allCompilers:1048 allCompilers = getExistingCompiler(benchName,aTypeID)1049 for compiler in allCompilers: