Searched refs:InsertedIVs (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DScalarEvolutionExpander.h74 SmallVector<WeakVH, 2> InsertedIVs; member in class:llvm::SCEVExpander
192 InsertedIVs.clear();
196 const SmallVectorImpl<WeakVH> &getInsertedIVs() const { return InsertedIVs; }
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp1051 InsertedIVs.push_back(PN);

Completed in 94 milliseconds