Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp641 struct InductionInfo { struct in __anon63bf7e8f0111::LoopVectorizationLegality
642 InductionInfo(Value *Start, InductionKind K, ConstantInt *Step) in InductionInfo() argument
654 InductionInfo() in InductionInfo() function
711 typedef MapVector<PHINode*, InductionInfo> InductionList;
1631 InductionInfo II = Inductions[Phi]; in isConsecutivePtr()
1656 InductionInfo II = Inductions[Phi]; in isConsecutivePtr()
2325 LoopVectorizationLegality::InductionInfo II = I->second; in createEmptyLoop()
3089 LoopVectorizationLegality::InductionInfo II = in widenPHIInstruction()
3287 LoopVectorizationLegality::InductionInfo II = in vectorizeBlockInLoop()
3701 Inductions[Phi] = InductionInfo(StartValue, IK, StepValue); in canVectorizeInstrs()