Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopInfo.h540 bool wouldBeOutOfLoopUseRequiringLCSSA(const Value *V,
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopInfo.cpp943 bool LoopInfo::wouldBeOutOfLoopUseRequiringLCSSA( in wouldBeOutOfLoopUseRequiringLCSSA() function in LoopInfo
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLICM.cpp1490 if (LI->wouldBeOutOfLoopUseRequiringLCSSA(Op.get(), PN.getParent())) { in cloneInstructionInExitBlock()
1832 if (!LI.wouldBeOutOfLoopUseRequiringLCSSA(V, BB)) in maybeInsertLCSSAPHI()