Searched refs:LoopEnd (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/libwebp/dsp/
H A Dlossless_mips32.c102 // const uint32_t* LoopEnd = &population[length];
103 // while (pop != LoopEnd) {
113 const uint32_t* const LoopEnd = &population[length]; local
118 "beq %[pop], %[LoopEnd], 2f \n\t"
126 "bne %[pop], %[LoopEnd], 1b \n\t"
132 : [LoopEnd]"r"(LoopEnd)
144 // const uint32_t* LoopEnd = &X[length];
145 // while (pX != LoopEnd) {
160 const uint32_t* const LoopEnd local
[all...]
/external/webp/src/dsp/
H A Dlossless_mips32.c102 // const uint32_t* LoopEnd = &population[length];
103 // while (pop != LoopEnd) {
113 const uint32_t* const LoopEnd = &population[length]; local
118 "beq %[pop], %[LoopEnd], 2f \n\t"
126 "bne %[pop], %[LoopEnd], 1b \n\t"
132 : [LoopEnd]"r"(LoopEnd)
144 // const uint32_t* LoopEnd = &X[length];
145 // while (pX != LoopEnd) {
160 const uint32_t* const LoopEnd local
[all...]
/external/llvm/lib/Transforms/Scalar/
H A DStructurizeCFG.cpp222 void wireFlow(bool ExitUseAllowed, BasicBlock *LoopEnd);
224 void handleLoops(bool ExitUseAllowed, BasicBlock *LoopEnd);
720 BasicBlock *LoopEnd) {
745 while (!Order.empty() && !Visited.count(LoopEnd) &&
747 handleLoops(false, LoopEnd);
756 BasicBlock *LoopEnd) {
761 wireFlow(ExitUseAllowed, LoopEnd);
768 LoopEnd = Loops[Node->getEntry()];
769 wireFlow(false, LoopEnd);
770 while (!Visited.count(LoopEnd)) {
719 wireFlow(bool ExitUseAllowed, BasicBlock *LoopEnd) argument
755 handleLoops(bool ExitUseAllowed, BasicBlock *LoopEnd) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
H A Dradeon_pair_regalloc.c70 int LoopEnd; member in struct:regalloc_state
181 s->LoopEnd > inst->IP ? s->LoopEnd : inst->IP;
606 if (endloop->IP > s->LoopEnd) {
607 s->LoopEnd = endloop->IP;
/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_pair_regalloc.c70 int LoopEnd; member in struct:regalloc_state
181 s->LoopEnd > inst->IP ? s->LoopEnd : inst->IP;
606 if (endloop->IP > s->LoopEnd) {
607 s->LoopEnd = endloop->IP;
/external/clang/lib/Analysis/
H A DThreadSafety.cpp1353 Context LoopEnd = CurrBlockInfo->ExitContext; local
1354 intersectBackEdge(LoopBegin, LoopEnd);
2582 CFGBlockInfo *LoopEnd = &BlockInfo[CurrBlockID]; local
2583 intersectAndWarn(LoopEnd->ExitSet, PreLoop->EntrySet,
/external/clang/lib/CodeGen/
H A DCGObjC.cpp1439 JumpDest LoopEnd = getJumpDestInCurrentScope("forcoll.end"); local
1637 BreakContinueStack.push_back(BreakContinue(LoopEnd, AfterBody));
1704 EmitBlock(LoopEnd.getBlock());

Completed in 274 milliseconds