HomeSort by relevance Sort by last modified time
    Searched refs:LoopEnd (Results 1 - 6 of 6) sorted by null

  /external/webp/src/dsp/
lossless_enc_mips32.c 99 // const uint32_t* LoopEnd = &population[length];
100 // while (pop != LoopEnd) {
110 const uint32_t* const LoopEnd = &population[length];
115 "beq %[pop], %[LoopEnd], 2f \n\t"
123 "bne %[pop], %[LoopEnd], 1b \n\t"
129 : [LoopEnd]"r"(LoopEnd)
141 // const uint32_t* LoopEnd = &X[length];
142 // while (pX != LoopEnd) {
157 const uint32_t* const LoopEnd = &X[length]
    [all...]
  /external/llvm/lib/Transforms/Scalar/
StructurizeCFG.cpp 231 void wireFlow(bool ExitUseAllowed, BasicBlock *LoopEnd);
233 void handleLoops(bool ExitUseAllowed, BasicBlock *LoopEnd);
787 BasicBlock *LoopEnd) {
812 while (!Order.empty() && !Visited.count(LoopEnd) &&
814 handleLoops(false, LoopEnd);
823 BasicBlock *LoopEnd) {
828 wireFlow(ExitUseAllowed, LoopEnd);
835 LoopEnd = Loops[Node->getEntry()];
836 wireFlow(false, LoopEnd);
837 while (!Visited.count(LoopEnd)) {
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_pair_regalloc.c 72 int LoopEnd;
232 s->LoopEnd > inst->IP ? s->LoopEnd : inst->IP;
551 if (endloop->IP > s->LoopEnd) {
552 s->LoopEnd = endloop->IP;
  /external/clang/lib/Analysis/
ThreadSafety.cpp 759 Context LoopEnd = CurrBlockInfo->ExitContext;
760 intersectBackEdge(LoopBegin, LoopEnd);
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonInstrInfo.cpp 669 MachineBasicBlock *LoopEnd = L.getBottomBlock();
670 MachineBasicBlock::iterator I = LoopEnd->getFirstTerminator();
672 if (I != LoopEnd->end() && isEndLoopN(I->getOpcode())) {
714 unsigned LoopEnd = createVR(MF, MVT::i1);
715 MachineInstr *NewCmp = BuildMI(&MBB, DL, get(Hexagon::C2_cmpgtui), LoopEnd).
    [all...]
  /external/clang/lib/CodeGen/
CGObjC.cpp     [all...]

Completed in 4605 milliseconds