Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DJumpThreading.h118 DenseMap<Instruction *, Value *> cloneInstructions(BasicBlock::iterator BI,
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp2015 JumpThreadingPass::cloneInstructions(BasicBlock::iterator BI, in cloneInstructions() function in JumpThreadingPass
2302 cloneInstructions(PredBB->begin(), PredBB->end(), NewBB, PredPredBB); in threadThroughTwoBasicBlocks()
2426 cloneInstructions(BB->begin(), std::prev(BB->end()), NewBB, PredBB); in threadEdge()