Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DLoopInfo.h1236 bool wouldBeOutOfLoopUseRequiringLCSSA(const Value *V,
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLICM.cpp1463 if (LI->wouldBeOutOfLoopUseRequiringLCSSA(Op.get(), PN.getParent())) { in cloneInstructionInExitBlock()
1800 if (!LI.wouldBeOutOfLoopUseRequiringLCSSA(V, BB)) in maybeInsertLCSSAPHI()
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DLoopInfo.cpp933 LoopInfo::wouldBeOutOfLoopUseRequiringLCSSA(const Value *V, in wouldBeOutOfLoopUseRequiringLCSSA() function in LoopInfo