Home
last modified time | relevance | path

Searched refs:hasGetIorPutI (Results 1 – 1 of 1) sorted by relevance

/external/valgrind/VEX/priv/
Dir_opt.c6460 static void considerExpensives ( /*OUT*/Bool* hasGetIorPutI, in considerExpensives() argument
6469 *hasGetIorPutI = False; in considerExpensives()
6480 *hasGetIorPutI = True; in considerExpensives()
6484 *hasGetIorPutI = True; in considerExpensives()
6584 Bool hasGetIorPutI, hasVorFtemps; in do_iropt_BB() local
6626 considerExpensives( &hasGetIorPutI, &hasVorFtemps, bb ); in do_iropt_BB()
6628 if (hasVorFtemps && !hasGetIorPutI) { in do_iropt_BB()
6638 if (hasGetIorPutI) { in do_iropt_BB()
6667 if (hasGetIorPutI) { in do_iropt_BB()