Searched refs:CloneInstructions (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DJumpThreading.h116 DenseMap<Instruction *, Value *> CloneInstructions(BasicBlock::iterator BI,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp1995 JumpThreadingPass::CloneInstructions(BasicBlock::iterator BI, function in class:JumpThreadingPass
2197 CloneInstructions(PredBB->begin(), PredBB->end(), NewBB, PredPredBB);
2311 CloneInstructions(BB->begin(), std::prev(BB->end()), NewBB, PredBB);

Completed in 115 milliseconds