Home
last modified time | relevance | path

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

/external/webp/src/dsp/
Dlossless_mips32.c113 const uint32_t* const LoopEnd = &population[length]; in ExtraCost() local
132 : [LoopEnd]"r"(LoopEnd) in ExtraCost()
160 const uint32_t* const LoopEnd = &X[length]; in ExtraCostCombined() local
185 : [LoopEnd]"r"(LoopEnd) in ExtraCostCombined()
320 : [LoopEnd]"r"(LoopEnd) \
337 const uint32_t* const LoopEnd = pa + (SIZE); \
352 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);
785 BasicBlock *LoopEnd) { in wireFlow() argument
810 while (!Order.empty() && !Visited.count(LoopEnd) && in wireFlow()
812 handleLoops(false, LoopEnd); in wireFlow()
821 BasicBlock *LoopEnd) { in handleLoops() argument
826 wireFlow(ExitUseAllowed, LoopEnd); in handleLoops()
833 LoopEnd = Loops[Node->getEntry()]; in handleLoops()
834 wireFlow(false, LoopEnd); in handleLoops()
835 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.cpp757 Context LoopEnd = CurrBlockInfo->ExitContext; in traverseCFG() local
758 intersectBackEdge(LoopBegin, LoopEnd); in traverseCFG()
2333 CFGBlockInfo *LoopEnd = &BlockInfo[CurrBlockID]; in runAnalysis() local
2334 intersectAndWarn(LoopEnd->ExitSet, PreLoop->EntrySet, in runAnalysis()
/external/clang/lib/CodeGen/
DCGObjC.cpp1430 JumpDest LoopEnd = getJumpDestInCurrentScope("forcoll.end"); in EmitObjCForCollectionStmt() local
1628 BreakContinueStack.push_back(BreakContinue(LoopEnd, AfterBody)); in EmitObjCForCollectionStmt()
1695 EmitBlock(LoopEnd.getBlock()); in EmitObjCForCollectionStmt()