Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dir_opt.c6461 static void considerExpensives ( /*OUT*/Bool* hasGetIorPutI, in considerExpensives() argument
6470 *hasGetIorPutI = False; in considerExpensives()
6481 *hasGetIorPutI = True; in considerExpensives()
6485 *hasGetIorPutI = True; in considerExpensives()
6585 Bool hasGetIorPutI, hasVorFtemps; in do_iropt_BB() local
6627 considerExpensives( &hasGetIorPutI, &hasVorFtemps, bb ); in do_iropt_BB()
6629 if (hasVorFtemps && !hasGetIorPutI) { in do_iropt_BB()
6639 if (hasGetIorPutI) { in do_iropt_BB()
6668 if (hasGetIorPutI) { in do_iropt_BB()