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

  /external/llvm/lib/Transforms/Scalar/
LoopIdiomRecognize.cpp 510 Value *PopCnt, *PopCntZext, *NewCount, *TripCnt;
513 NewCount = PopCntZext =
516 if (NewCount != PopCnt)
517 (cast<Instruction>(NewCount))->setDebugLoc(DL);
520 TripCnt = NewCount;
526 NewCount = Builder.CreateAdd(NewCount, CntInitVal);
527 (cast<Instruction>(NewCount))->setDebugLoc(DL);
532 // "if(NewCount == 0) loop-exit". Withtout this change, the intrinsic
595 // the loop are replaced with the NewCount -- the value returned fro
    [all...]
  /external/llvm/lib/Transforms/ObjCARC/
ObjCARCOpts.cpp     [all...]

Completed in 311 milliseconds