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

  /external/openfst/src/include/fst/
lock.h 81 int Incr() const { return ++count_; }
add-on.h 54 int IncrRefCount() { return ref_count_.Incr(); }
123 return ref_count_.Incr();
symbol-table.h 150 return ref_count_.Incr();
accumulator.h 139 int IncrRefCount() { return ref_count_.Incr(); }
380 int IncrRefCount() { return ref_count_.Incr(); }
638 int IncrRefCount() { return ref_count_.Incr(); }
edit-fst.h 113 int IncrRefCount() { return ref_count_.Incr(); }
encode.h 176 int IncrRefCount() { return ref_count_.Incr(); }
label-reachable.h 96 int IncrRefCount() { return ref_count_.Incr(); }
fst.h 669 return ref_count_.Incr();
compact-fst.h 182 int IncrRefCount() { return ref_count_.Incr(); }
    [all...]
  /external/llvm/lib/Transforms/Scalar/
IndVarSimplify.cpp 255 BinaryOperator *Incr =
257 if (Incr == 0 || Incr->getOpcode() != Instruction::FAdd) return;
261 ConstantFP *IncValueVal = dyn_cast<ConstantFP>(Incr->getOperand(1));
263 if (IncValueVal == 0 || Incr->getOperand(0) != PN ||
267 // Check Incr uses. One user is PN and the other user is an exit condition
269 Value::use_iterator IncrUse = Incr->use_begin();
271 if (IncrUse == Incr->use_end()) return;
273 if (IncrUse != Incr->use_end()) return;
402 Incr->getName()+".int", Incr)
    [all...]
LoopStrengthReduce.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp     [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.cpp 638 int Incr = (LittleEndian ? 1 : -1);
643 for (; Start != Stop; Start += Incr)
    [all...]
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
pseudotcp.cc 195 inline void Incr(Stat s) { ++g_stats[s]; }
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
pseudotcp.cc 208 inline void Incr(Stat s) { ++g_stats[s]; }
    [all...]

Completed in 1936 milliseconds