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 259 BinaryOperator *Incr =
261 if (Incr == nullptr || Incr->getOpcode() != Instruction::FAdd) return;
265 ConstantFP *IncValueVal = dyn_cast<ConstantFP>(Incr->getOperand(1));
267 if (IncValueVal == nullptr || Incr->getOperand(0) != PN ||
271 // Check Incr uses. One user is PN and the other user is an exit condition
273 Value::user_iterator IncrUse = Incr->user_begin();
275 if (IncrUse == Incr->user_end()) return;
277 if (IncrUse != Incr->user_end()) return;
406 Incr->getName()+".int", Incr)
    [all...]
LoopStrengthReduce.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64InstrInfo.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp     [all...]
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
pseudotcp.cc 197 inline void Incr(Stat s) { ++g_stats[s]; }
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfUnit.cpp 830 int Incr = (LittleEndian ? 1 : -1);
835 for (; Start != Stop; Start += Incr)
    [all...]

Completed in 580 milliseconds