reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Transforms/Utils/LoopUnrollRuntime.cpp
  646   if (Log2_32(Count) > BEWidth) {
  721   if (isPowerOf2_32(Count)) {
  724     ModVal = B.CreateAnd(TripCount, Count - 1, "xtraiter");
  738                                                      Count));
  744                           ConstantInt::get(BECount->getType(), Count),
  750                                                             Count - 1)) :
  779   bool CreateRemainderLoop = (Count != 2);
  914     ConnectProlog(L, BECount, Count, PrologExit, LatchExit, PreHeader,
  946                    {/*Count*/ Count - 1, /*TripCount*/ Count - 1,
  946                    {/*Count*/ Count - 1, /*TripCount*/ Count - 1,