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 508 Value *PopCnt, *PopCntZext, *NewCount, *TripCnt;
511 NewCount = PopCntZext =
514 if (NewCount != PopCnt)
515 (cast<Instruction>(NewCount))->setDebugLoc(DL);
518 TripCnt = NewCount;
524 NewCount = Builder.CreateAdd(NewCount, CntInitVal);
525 (cast<Instruction>(NewCount))->setDebugLoc(DL);
530 // "if(NewCount == 0) loop-exit". Withtout this change, the intrinsic
593 // the loop are replaced with the NewCount -- the value returned fro
    [all...]
  /external/llvm/lib/Transforms/ObjCARC/
ObjCARCOpts.cpp     [all...]

Completed in 1141 milliseconds