Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DSimplifyIndVar.cpp83 bool replaceIVUserWithLoopInvariant(Instruction *UseInst);
680 bool SimplifyIndvar::replaceIVUserWithLoopInvariant(Instruction *I) { in replaceIVUserWithLoopInvariant() function in SimplifyIndvar
914 if (replaceIVUserWithLoopInvariant(UseInst)) in simplifyUsers()