OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:doLoop
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/opengl/tests/gl_perf/
fill_common.cpp
202
static void
doLoop
(bool warmup, int pgm, uint32_t passCount) {
290
//
doLoop
(true, pgm, w, h, str2);
291
//
doLoop
(false, pgm, w, h, str2);
295
doLoop
(true, pgm, 100);
296
doLoop
(false, pgm, 100);
/external/llvm/include/llvm/Analysis/
BlockFrequencyImpl.h
220
///
doLoop
- Propagate block frequency down throught the loop.
221
void
doLoop
(BlockT *Head, BlockT *Tail) {
222
DEBUG(dbgs() << "
doLoop
(" << getBlockName(Head) << ", "
301
doLoop
(BB, LastTail);
306
doLoop
(*(rpot_begin()), *(pot_begin()));
Completed in 46 milliseconds