OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:inc9
(Results
1 - 3
of
3
) sorted by null
/external/llvm/test/Analysis/ScalarEvolution/
2011-04-26-FoldAddRec.ll
19
br i1 undef, label %for.
inc9
, label %if.then
21
for.
inc9
:
22
%p_18.addr.011 = phi i8 [ %add12, %for.
inc9
], [ %p_18, %for.cond ]
28
br i1 %tobool, label %for.
inc9
, label %if.then
/external/llvm/test/Transforms/LoopUnswitch/
basictest.ll
18
%
inc9
= add i32 %i.0.0, 1 ; <i32> [#uses=2]
19
%tmp.112 = icmp ult i32 %
inc9
, 100000 ; <i1> [#uses=1]
22
%i.0.0.be = phi i32 [ %
inc9
, %then ], [ %inc, %endif ] ; <i32> [#uses=1]
/external/v8/test/mjsunit/compiler/
count-deopt.js
146
function
inc9
(o,y) { return (++o[0]) + y; }
function
150
assertEquals(44,
inc9
(q, 1));
152
%OptimizeFunctionOnNextCall(
inc9
);
154
assertEquals(44,
inc9
(q, 1));
156
assertEquals(44.1,
inc9
(q, 1.1));
158
assertEquals(44.1,
inc9
(q, 1));
Completed in 91 milliseconds