Home | History | Annotate | Download | only in out

Lines Matching refs:trivial

854     cmpl      %eax,%ecx                 # same class (trivial success)?
862 * Trivial test failed, need to perform full check. This is common.
934 cmpl %eax,%ecx # same class (trivial success)?
935 je .LOP_INSTANCE_OF_trivial # yes, trivial finish
937 * Trivial test failed, need to perform full check. This is common.
960 * Trivial test succeeded, save and bail.