HomeSort by: relevance | last modified time | path
    Searched refs:addInductionPhi (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Vectorize/
LoopVectorizationLegality.h 453 void addInductionPhi(PHINode *Phi, const InductionDescriptor &ID,
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
LoopVectorizationLegality.cpp 493 void LoopVectorizationLegality::addInductionPhi(
553 addInductionPhi(&Phi, ID, AllowedExit);
654 // outside the loop - see addInductionPhi
664 addInductionPhi(Phi, ID, AllowedExit);
679 addInductionPhi(Phi, ID, AllowedExit);

Completed in 20 milliseconds