Searched refs:inc (Results 1 – 5 of 5) sorted by relevance
114 int inc; // loop incriment member
54 ivInfo->inc);184 if (ivInfo->inc == 0) { in isSimpleCountedLoop()187 loopAnalysis->isCountUpLoop = ivInfo->inc > 0; in isSimpleCountedLoop()
1493 ivInfo->inc = deltaValue; in dvmCompilerFindInductionVariables()1575 ivInfo->inc = ivInfoOld->inc; in dvmCompilerFindInductionVariables()
477 ENCODER_DECLARE_EXPORT char * inc(char * stream, const RM_Opnd & rm, Opnd_Size sz = size_platf);
150 // inc(rement), dec(rement), not, neg(ate) instructions151 ENCODER_DECLARE_EXPORT char * inc(char * stream, const RM_Opnd & rm, Opnd_Size sz) { function