OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LoopCount
(Results
1 - 4
of
4
) sorted by null
/external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_emulate_loops.h
22
unsigned int
LoopCount
;
radeon_emulate_loops.c
427
s->Loops, s->
LoopCount
, s->LoopReserved, 1);
429
loop = &s->Loops[s->
LoopCount
++];
512
for( i = s->
LoopCount
- 1; i >= 0; i-- ){
/external/llvm/unittests/Support/
ProgramTest.cpp
193
unsigned
LoopCount
= 0;
196
//
LoopCount
should only be incremented once.
198
++
LoopCount
;
205
EXPECT_EQ(
LoopCount
, 1u) << "
LoopCount
should be 1";
213
// cse,
LoopCount
should be greater than 1 (more than one increment occurs).
215
++
LoopCount
;
222
ASSERT_GT(
LoopCount
, 1u) << "
LoopCount
should be >1";
/external/clang/lib/CodeGen/
CodeGenPGO.cpp
882
uint64_t
LoopCount
= Cnt.getCount();
887
return createBranchWeights(
LoopCount
,
888
std::max(*CondCount,
LoopCount
) -
LoopCount
);
Completed in 282 milliseconds