Home | History | Annotate | Download | only in Vectorize

Lines Matching refs:PreHeader

294   /// The vector-loop preheader.
296 /// The scalar-loop preheader.
760 // Place the code for broadcasting invariant variables in the new preheader.
1152 | [ ] <--- new preheader.
1189 // Expand the trip count and place the new instructions in the preheader.
1645 // to do it in the vector-loop preheader.
1664 // preheader is the first entry.
2171 assert(TheLoop->getLoopPreheader() && "No preheader!!");
2239 BasicBlock *PreHeader = TheLoop->getLoopPreheader();
2278 // This is the value coming from the preheader.
2279 Value *StartValue = Phi->getIncomingValueForBlock(PreHeader);
2720 // preheader.