Set the current IV increment loop and position.

Synopsis

Declared in <llvm/Transforms/Utils/ScalarEvolutionExpander.h>

void
setIVIncInsertPos(
    Loop const* L,
    Instruction* Pos);

Parameters

Name

Description

L

Loop whose IV increments use Pos.

Pos

Instruction at which IV increments are inserted.

Created with MrDocs