OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:outercount
(Results
1 - 4
of
4
) sorted by null
/external/llvm/test/Transforms/IndVarSimplify/
elim-extend.ll
68
; %
outercount
is straightforward to widen, besides being in an outer loop.
79
; Eliminate %ofs1 after widening
outercount
.
86
%
outercount
= phi i32 [ %outerpostcount, %outermerge ], [ 0, %entry ]
89
%outercountdec = add i32 %
outercount
, -1
131
; Eliminate %ofs4 after widening
outercount
139
%ofs4 = sext i32 %
outercount
to i64
147
%outerpostcount = add i32 %
outercount
, 1
/external/chromium_org/v8/test/mjsunit/compiler/
inline-arguments.js
212
function test(
outerCount
, middleCount, innerCount) {
239
assertSame(
outerCount
, arguments.length);
246
if (
outerCount
== 1) outer(10);
247
if (
outerCount
== 2) outer(10, 11);
248
if (
outerCount
== 3) outer(10, 11, 12);
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
omxVCM4P10_PredictIntraChroma_8x8_s.s
62
outerCount
RN 14
456
MOV
outerCount
, #BLK_SIZE ;// Outer Loop Count
470
SUBS
outerCount
,
outerCount
, #1 ;//
outerCount
--
omxVCM4P10_PredictIntra_16x16_s.s
47
outerCount
RN 1
Completed in 258 milliseconds