Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DSimplifyIndVar.cpp81 bool replaceIVUserWithLoopInvariant(Instruction *UseInst);
647 bool SimplifyIndvar::replaceIVUserWithLoopInvariant(Instruction *I) { in replaceIVUserWithLoopInvariant() function in SimplifyIndvar
909 if (replaceIVUserWithLoopInvariant(UseInst)) in simplifyUsers()