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 260 BinaryOperator *Incr =
262 if (Incr == nullptr || Incr->getOpcode() != Instruction::FAdd) return;
266 ConstantFP *IncValueVal = dyn_cast<ConstantFP>(Incr->getOperand(1));
268 if (IncValueVal == nullptr || Incr->getOperand(0) != PN ||
272 // Check Incr uses. One user is PN and the other user is an exit condition
274 Value::user_iterator IncrUse = Incr->user_begin();
276 if (IncrUse == Incr->user_end()) return;
278 if (IncrUse != Incr->user_end()) return;
407 Incr->getName()+".int", Incr)
    [all...]
LoopStrengthReduce.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp     [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfUnit.cpp 683 int Incr = (LittleEndian ? 1 : -1);
688 for (; Start != Stop; Start += Incr)
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64InstrInfo.cpp     [all...]
  /external/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp 621 int incrementUnscheduledDeps(int Incr) {
622 UnscheduledDeps += Incr;
623 return FirstInBundle->UnscheduledDepsInBundle += Incr;
    [all...]

Completed in 354 milliseconds