Searched refs:addInductionPhi (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/ |
D | LoopVectorizationLegality.cpp | 522 void LoopVectorizationLegality::addInductionPhi( in addInductionPhi() function in llvm::LoopVectorizationLegality 630 addInductionPhi(Phi, ID, AllowedExit); in canVectorizeInstrs() 645 addInductionPhi(Phi, ID, AllowedExit); in canVectorizeInstrs()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Vectorize/ |
D | LoopVectorizationLegality.h | 370 void addInductionPhi(PHINode *Phi, const InductionDescriptor &ID,
|
/external/llvm/lib/Transforms/Vectorize/ |
D | LoopVectorize.cpp | 1507 void addInductionPhi(PHINode *Phi, const InductionDescriptor &ID, 4535 void LoopVectorizationLegality::addInductionPhi( in addInductionPhi() function in LoopVectorizationLegality 4628 addInductionPhi(Phi, ID, AllowedExit); in canVectorizeInstrs() 4640 addInductionPhi(Phi, ID, AllowedExit); in canVectorizeInstrs()
|