Home
last modified time | relevance | path

Searched refs:LoopEnd (Results 1 – 5 of 5) sorted by relevance

/external/webp/src/dsp/
Dlossless_enc_mips32.c109 const uint32_t* const LoopEnd = &population[length]; in ExtraCost() local
128 : [LoopEnd]"r"(LoopEnd) in ExtraCost()
156 const uint32_t* const LoopEnd = &X[length]; in ExtraCostCombined() local
181 : [LoopEnd]"r"(LoopEnd) in ExtraCostCombined()
289 : [LoopEnd]"r"(LoopEnd) \
306 const uint32_t* const LoopEnd = pa + (SIZE); \
321 const uint32_t* const LoopEnd = pa + (SIZE); \
/external/llvm/lib/Transforms/Scalar/
DStructurizeCFG.cpp227 void wireFlow(bool ExitUseAllowed, BasicBlock *LoopEnd);
229 void handleLoops(bool ExitUseAllowed, BasicBlock *LoopEnd);
781 BasicBlock *LoopEnd) { in wireFlow() argument
806 while (!Order.empty() && !Visited.count(LoopEnd) && in wireFlow()
808 handleLoops(false, LoopEnd); in wireFlow()
817 BasicBlock *LoopEnd) { in handleLoops() argument
822 wireFlow(ExitUseAllowed, LoopEnd); in handleLoops()
829 LoopEnd = Loops[Node->getEntry()]; in handleLoops()
830 wireFlow(false, LoopEnd); in handleLoops()
831 while (!Visited.count(LoopEnd)) { in handleLoops()
[all …]
/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_pair_regalloc.c70 int LoopEnd; member
181 s->LoopEnd > inst->IP ? s->LoopEnd : inst->IP; in scan_read_callback()
606 if (endloop->IP > s->LoopEnd) { in do_advanced_regalloc()
607 s->LoopEnd = endloop->IP; in do_advanced_regalloc()
/external/clang/lib/Analysis/
DThreadSafety.cpp759 Context LoopEnd = CurrBlockInfo->ExitContext; in traverseCFG() local
760 intersectBackEdge(LoopBegin, LoopEnd); in traverseCFG()
2338 CFGBlockInfo *LoopEnd = &BlockInfo[CurrBlockID]; in runAnalysis() local
2339 intersectAndWarn(LoopEnd->ExitSet, PreLoop->EntrySet, in runAnalysis()
/external/clang/lib/CodeGen/
DCGObjC.cpp1476 JumpDest LoopEnd = getJumpDestInCurrentScope("forcoll.end"); in EmitObjCForCollectionStmt() local
1679 BreakContinueStack.push_back(BreakContinue(LoopEnd, AfterBody)); in EmitObjCForCollectionStmt()
1746 EmitBlock(LoopEnd.getBlock()); in EmitObjCForCollectionStmt()