Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLCSSA.cpp77 bool llvm::formLCSSAForInstructions(SmallVectorImpl<Instruction *> &Worklist, in formLCSSAForInstructions() function in llvm
417 Changed = formLCSSAForInstructions(Worklist, DT, *LI, SE); in formLCSSA()
H A DScalarEvolutionExpander.cpp2280 formLCSSAForInstructions(ToUpdate, SE.DT, SE.LI, &SE, &PHIsToRemove, in fixupLCSSAFormFor()
H A DSimplifyIndVar.cpp671 formLCSSAForInstructions(NeedsLCSSAPhis, *DT, *LI, SE); in replaceIVUserWithLoopInvariant()
/src/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DLoopUtils.h84 bool formLCSSAForInstructions(
/src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopInterchange.cpp1692 formLCSSAForInstructions(MayNeedLCSSAPhis, *DT, *LI, SE); in adjustLoopBranches()
H A DLoopStrengthReduce.cpp5994 formLCSSAForInstructions(InsertedNonLCSSAInsts, DT, LI, &SE); in RewriteForPHI()