Home
last modified time | relevance | path

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

/external/webp/src/dsp/
Dlossless_enc_mips32.c110 const uint32_t* const LoopEnd = &population[length]; in ExtraCost_MIPS32() local
129 : [LoopEnd]"r"(LoopEnd) in ExtraCost_MIPS32()
157 const uint32_t* const LoopEnd = &X[length]; in ExtraCostCombined_MIPS32() local
182 : [LoopEnd]"r"(LoopEnd) in ExtraCostCombined_MIPS32()
334 : [LoopEnd]"r"(LoopEnd) \
351 const uint32_t* const LoopEnd = pa + (SIZE); \
366 const uint32_t* const LoopEnd = pa + (SIZE); \
/external/llvm/lib/Transforms/Scalar/
DStructurizeCFG.cpp231 void wireFlow(bool ExitUseAllowed, BasicBlock *LoopEnd);
233 void handleLoops(bool ExitUseAllowed, BasicBlock *LoopEnd);
787 BasicBlock *LoopEnd) { in wireFlow() argument
812 while (!Order.empty() && !Visited.count(LoopEnd) && in wireFlow()
814 handleLoops(false, LoopEnd); in wireFlow()
823 BasicBlock *LoopEnd) { in handleLoops() argument
828 wireFlow(ExitUseAllowed, LoopEnd); in handleLoops()
835 LoopEnd = Loops[Node->getEntry()]; in handleLoops()
836 wireFlow(false, LoopEnd); in handleLoops()
837 while (!Visited.count(LoopEnd)) { in handleLoops()
[all …]
/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_pair_regalloc.c72 int LoopEnd; member
232 s->LoopEnd > inst->IP ? s->LoopEnd : inst->IP; in scan_read_callback()
551 if (endloop->IP > s->LoopEnd) { in do_advanced_regalloc()
552 s->LoopEnd = endloop->IP; in do_advanced_regalloc()
/external/google-benchmark/
DREADME.md296 je .LoopEnd
300 .LoopEnd:
315 jmp .LoopEnd
320 .LoopEnd:
/external/libcxx/utils/google-benchmark/
DREADME.md300 je .LoopEnd
304 .LoopEnd:
319 jmp .LoopEnd
324 .LoopEnd:
/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/llvm/lib/Target/Hexagon/
DHexagonInstrInfo.cpp669 MachineBasicBlock *LoopEnd = L.getBottomBlock(); in analyzeLoop() local
670 MachineBasicBlock::iterator I = LoopEnd->getFirstTerminator(); in analyzeLoop()
672 if (I != LoopEnd->end() && isEndLoopN(I->getOpcode())) { in analyzeLoop()
714 unsigned LoopEnd = createVR(MF, MVT::i1); in reduceLoopCount() local
715 MachineInstr *NewCmp = BuildMI(&MBB, DL, get(Hexagon::C2_cmpgtui), LoopEnd). in reduceLoopCount()
/external/clang/lib/CodeGen/
DCGObjC.cpp1470 JumpDest LoopEnd = getJumpDestInCurrentScope("forcoll.end"); in EmitObjCForCollectionStmt() local
1674 BreakContinueStack.push_back(BreakContinue(LoopEnd, AfterBody)); in EmitObjCForCollectionStmt()
1738 EmitBlock(LoopEnd.getBlock()); in EmitObjCForCollectionStmt()