Searched refs:Incr (Results 1 - 14 of 14) sorted by relevance

/external/openfst/src/include/fst/
H A Dlock.h70 int Incr() const { return ++count_; } function in class:fst::RefCounter
H A Dadd-on.h54 int IncrRefCount() { return ref_count_.Incr(); }
123 return ref_count_.Incr();
H A Dsymbol-table.h142 return ref_count_.Incr();
H A Daccumulator.h139 int IncrRefCount() { return ref_count_.Incr(); }
380 int IncrRefCount() { return ref_count_.Incr(); }
638 int IncrRefCount() { return ref_count_.Incr(); }
H A Dencode.h176 int IncrRefCount() { return ref_count_.Incr(); }
H A Dlabel-reachable.h96 int IncrRefCount() { return ref_count_.Incr(); }
H A Dedit-fst.h109 int IncrRefCount() { return ref_count_.Incr(); }
H A Dfst.h663 return ref_count_.Incr();
H A Dcompact-fst.h173 int IncrRefCount() { return ref_count_.Incr(); }
/external/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp257 BinaryOperator *Incr =
259 if (Incr == 0 || Incr->getOpcode() != Instruction::FAdd) return;
263 ConstantFP *IncValueVal = dyn_cast<ConstantFP>(Incr->getOperand(1));
265 if (IncValueVal == 0 || Incr->getOperand(0) != PN ||
269 // Check Incr uses. One user is PN and the other user is an exit condition
271 Value::use_iterator IncrUse = Incr->use_begin();
273 if (IncrUse == Incr->use_end()) return;
275 if (IncrUse != Incr->use_end()) return;
404 Incr
[all...]
H A DLoopStrengthReduce.cpp1722 BinaryOperator *Incr = local
1724 if (!Incr) continue;
1725 if (Incr->getOpcode() != Instruction::Add
1726 && Incr->getOpcode() != Instruction::Sub)
1731 if (Incr->getOperand(0) == PH)
1732 C = dyn_cast<ConstantInt>(Incr->getOperand(1));
1733 else if (Incr->getOperand(1) == PH)
1734 C = dyn_cast<ConstantInt>(Incr->getOperand(0));
1750 BinaryOperator::Create(Incr->getOpcode() == Instruction::Add ?
1752 NewPH, CFP, "IV.S.next.", Incr);
[all...]
/external/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp1067 unsigned Incr = MI->getOperand(2).getReg(); local
1105 BuildMI(BB, dl, TII->get(AND), AndRes).addReg(OldVal).addReg(Incr);
1109 BuildMI(BB, dl, TII->get(BinOpcode), StoreVal).addReg(OldVal).addReg(Incr);
1111 StoreVal = Incr;
1139 unsigned Incr = MI->getOperand(2).getReg(); local
1203 BuildMI(BB, dl, TII->get(Mips::SLLV), Incr2).addReg(ShiftAmt).addReg(Incr);
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp514 int Incr = (LittleEndian ? 1 : -1); local
519 for (; Start != Stop; Start += Incr)
/external/chromium/third_party/libjingle/source/talk/p2p/base/
H A Dpseudotcp.cc195 inline void Incr(Stat s) { ++g_stats[s]; }

Completed in 1606 milliseconds