Searched refs:Induction (Results 1 – 8 of 8) sorted by relevance
/external/llvm/test/Transforms/IndVarSimplify/ |
D | 2002-09-09-PointerIndVar.ll | 1 ; Induction variable pass is doing bad things with pointer induction vars,
|
/external/llvm/lib/Transforms/Vectorize/ |
D | LoopVectorize.cpp | 253 Induction(nullptr), OldInduction(nullptr), WidenMap(UnrollFactor), in InnerLoopVectorizer() 442 PHINode *Induction; member in __anon63bf7e8f0111::InnerLoopVectorizer 568 TTI(TTI), DT(DT), LAA(LAA), LAI(nullptr), Induction(nullptr), in LoopVectorizationLegality() 719 PHINode *getInduction() { return Induction; } in getInduction() 879 PHINode *Induction; member in __anon63bf7e8f0111::LoopVectorizationLegality 1712 assert(V != Induction && "The new induction variable should not be used."); in getVectorValue() 2199 Induction = Builder.CreatePHI(IdxTy, 2, "index"); in createEmptyLoop() 2447 Value *NextIdx = Builder.CreateAdd(Induction, Step, "index.next"); in createEmptyLoop() 2448 Induction->addIncoming(StartIdx, VectorPH); in createEmptyLoop() 2449 Induction->addIncoming(NextIdx, VecBody); in createEmptyLoop() [all …]
|
/external/llvm/test/Feature/ |
D | optnone-opt.ll | 66 ; OPT-LOOP-DAG: Skipping pass 'Induction Variable Simplification'
|
/external/llvm/test/Transforms/LoopStrengthReduce/ |
D | uglygep.ll | 60 ; Induction variable is initialized to -2.
|
/external/llvm/docs/ |
D | Vectorizers.rst | 234 Pointer Induction Variables
|
D | Passes.rst | 188 ``-iv-users``: Induction Variable Users 558 ``-indvars``: Canonicalize Induction Variables
|
D | GettingStarted.rst | 973 Dominator Information, Call Graphs, Induction Variables, Interval
|
D | WritingAnLLVMPass.rst | 260 -indvars - Induction Variable Simplification
|