OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 62 milliseconds