Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DJumpThreading.h123 LLVM_ABI void cloneInstructions(ValueToValueMapTy &ValueMapping,
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp2026 void JumpThreadingPass::cloneInstructions(ValueToValueMapTy &ValueMapping, in cloneInstructions() function in JumpThreadingPass
2317 cloneInstructions(ValueMapping, PredBB->begin(), PredBB->end(), NewBB, in threadThroughTwoBasicBlocks()
2445 cloneInstructions(ValueMapping, BB->begin(), std::prev(BB->end()), NewBB, in threadEdge()