Clear cached expansions and inserted‐value tracking.

Synopsis

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

void
clear();

Description

Erase the contents of the InsertedExpressions map so that users trying to expand the same expression into multiple BasicBlocks or different places within the same BasicBlock can do so.

Created with MrDocs