Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Scalar/
H A DJumpThreading.h117 DenseMap<Instruction *, Value *> cloneInstructions(BasicBlock::iterator BI,
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp2078 JumpThreadingPass::cloneInstructions(BasicBlock::iterator BI, in cloneInstructions() function in JumpThreadingPass
2320 cloneInstructions(PredBB->begin(), PredBB->end(), NewBB, PredPredBB); in threadThroughTwoBasicBlocks()
2438 cloneInstructions(BB->begin(), std::prev(BB->end()), NewBB, PredBB); in threadEdge()