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

  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp 214 cl::desc("Count the induction variable only once when interleaving"));
309 /// LoopVectorizationLegality class to provide information about the induction
320 Induction(nullptr), OldInduction(nullptr), WidenMap(UnrollFactor),
335 // Use the Legality module to find the induction and reduction variables.
361 /// Create a new induction variable inside L.
387 /// Vectorize a single PHINode in a block. This method handles the induction
408 /// instruction (shuffle) for loop invariant values and for the induction
409 /// value. If this is the induction variable then we extend it to N, N+1, ...
534 /// The new Induction variable which was added to the new block.
535 PHINode *Induction;
    [all...]
  /external/llvm/lib/Analysis/
ValueTracking.cpp     [all...]

Completed in 183 milliseconds