Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopConstrainer.cpp476 auto GetClonedValue = [&Result](Value *V) { in cloneLoop() local
485 cast<BasicBlock>(GetClonedValue(OriginalLoop.getLoopLatch())); in cloneLoop()
489 Result.Structure = MainLoopStructure.map(GetClonedValue); in cloneLoop()
512 PN.addIncoming(GetClonedValue(OldIncoming), ClonedBB); in cloneLoop()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DInductiveRangeCheckElimination.cpp1294 auto GetClonedValue = [&Result](Value *V) { cloneLoop() local