Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DLoopUtils.h88 formLCSSAForInstructions(SmallVectorImpl<Instruction *> &Worklist,
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLCSSA.cpp325 bool llvm::formLCSSAForInstructions(SmallVectorImpl<Instruction *> &Worklist, in formLCSSAForInstructions() function in llvm
H A DScalarEvolutionExpander.cpp2287 formLCSSAForInstructions(ToUpdate, SE.DT, SE.LI, &SE, &PHIsToRemove, in fixupLCSSAFormFor()
H A DSimplifyIndVar.cpp673 formLCSSAForInstructions(NeedsLCSSAPhis, *DT, *LI, SE); in replaceIVUserWithLoopInvariant()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopInterchange.cpp1913 formLCSSAForInstructions(MayNeedLCSSAPhis, *DT, *LI, SE); in adjustLoopBranches()
H A DLoopStrengthReduce.cpp6054 formLCSSAForInstructions(InsertedInsts, DT, LI, &SE); in ImplementSolution()