Home
last modified time | relevance | path

Searched refs:Induction (Results 1 – 8 of 8) sorted by relevance

/external/llvm/test/Transforms/IndVarSimplify/
D2002-09-09-PointerIndVar.ll1 ; Induction variable pass is doing bad things with pointer induction vars,
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp253 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/
Doptnone-opt.ll66 ; OPT-LOOP-DAG: Skipping pass 'Induction Variable Simplification'
/external/llvm/test/Transforms/LoopStrengthReduce/
Duglygep.ll60 ; Induction variable is initialized to -2.
/external/llvm/docs/
DVectorizers.rst234 Pointer Induction Variables
DPasses.rst188 ``-iv-users``: Induction Variable Users
558 ``-indvars``: Canonicalize Induction Variables
DGettingStarted.rst973 Dominator Information, Call Graphs, Induction Variables, Interval
DWritingAnLLVMPass.rst260 -indvars - Induction Variable Simplification