Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopInterchange.cpp1688 SmallVector<Instruction *, 4> MayNeedLCSSAPhis; in adjustLoopBranches() local
1691 MayNeedLCSSAPhis.push_back(&I); in adjustLoopBranches()
1692 formLCSSAForInstructions(MayNeedLCSSAPhis, *DT, *LI, SE); in adjustLoopBranches()