OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:inc6
(Results
1 - 2
of
2
) sorted by null
/external/v8/test/mjsunit/compiler/
count-deopt.js
104
function
inc6
(o,y) { return (o.x++) + y; }
function
108
assertEquals(43,
inc6
(o, 1));
110
%OptimizeFunctionOnNextCall(
inc6
);
112
assertEquals(43,
inc6
(o, 1));
114
assertEquals(43.1,
inc6
(o, 1.1));
116
assertEquals(43.1,
inc6
(o, 1));
/external/llvm/test/Analysis/BranchProbabilityInfo/
loop.ll
260
%i.011 = phi i32 [ 0, %for.body.lr.ph ], [ %
inc6
, %for.inc5 ]
288
%
inc6
= add nsw i32 %i.011, 1
289
%exitcond12 = icmp eq i32 %
inc6
, %a
Completed in 163 milliseconds