Searched refs:Induction (Results 1 – 10 of 10) sorted by relevance
1025 any_of(getInductionVars(), [&](auto &Induction) -> bool { in canVectorizeFPMath() argument1026 InductionDescriptor IndDesc = Induction.second; in canVectorizeFPMath()
4324 for (const auto &Induction : Legal->getInductionVars()) { in collectLoopScalars() local4325 auto *Ind = Induction.first; in collectLoopScalars()4337 return Induction.second.getKind() == in collectLoopScalars()4796 for (const auto &Induction : Legal->getInductionVars()) { in collectLoopUniforms() local4797 auto *Ind = Induction.first; in collectLoopUniforms()7401 for (const auto &Induction : Legal->getInductionVars()) { in collectValuesToIgnore() local7402 const InductionDescriptor &IndDes = Induction.second; in collectValuesToIgnore()
236 Pointer Induction Variables
196 ``-iv-users``: Induction Variable Users543 ``-indvars``: Canonicalize Induction Variables
898 A variety of program analyses, such as Call Graphs, Induction Variables,
270 -indvars - Induction Variable Simplification
24 * Scalar evolutions:: Induction variables on GIMPLE.25 * loop-iv:: Induction variables on RTL.
419 Induction variable optimizations. This pass performs standard induction
3460 Induction variable optimizations. This pass performs standard7902 * Scalar evolutions:: Induction variables on GIMPLE.7903 * loop-iv:: Induction variables on RTL.
10487 Proof techniques #1: Proof by Induction.10489 This technique is used on equations with "_n" in them. Induction