Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/gcc/
Dtree-ssa-operands.h168 extern bool ssa_operands_active (void);
Dtree-ssa-operands.c213 ssa_operands_active (void) in ssa_operands_active() function
2207 if (!ssa_operands_active ()) in update_stmt_operands()
2365 if (ssa_operands_active () && op0 != op1) in swap_tree_operands()
Dtree-flow-inline.h1180 if (ssa_operands_active ()) in delink_stmt_imm_use()
Dtree-pretty-print.c2582 if (!ssa_operands_active ()) in dump_vops()
DChangeLog-200520781 (ssa_operands_active): New. Return true if operand cache is active.