Home
last modified time | relevance | path

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

/freebsd-14.2/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.cpp2182 formLCSSAForInstructions(ToUpdate, SE.DT, SE.LI, &SE, &PHIsToRemove, in fixupLCSSAFormFor()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DLoopUtils.h82 bool formLCSSAForInstructions(
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopInterchange.cpp1692 formLCSSAForInstructions(MayNeedLCSSAPhis, *DT, *LI, SE); in adjustLoopBranches()
H A DLoopStrengthReduce.cpp5694 formLCSSAForInstructions(InsertedNonLCSSAInsts, DT, LI, &SE); in RewriteForPHI()