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

/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
H A DBasicBlockUtils.cpp582 Instruction *Clone1 = LPad->clone(); local
583 Clone1->setName(Twine("lpad") + Suffix1);
584 NewBB1->getInstList().insert(NewBB1->getFirstInsertionPt(), Clone1);
593 PN->addIncoming(Clone1, NewBB1);
600 LPad->replaceAllUsesWith(Clone1);
/external/llvm/lib/Transforms/Utils/
H A DBasicBlockUtils.cpp548 Instruction *Clone1 = LPad->clone(); local
549 Clone1->setName(Twine("lpad") + Suffix1);
550 NewBB1->getInstList().insert(NewBB1->getFirstInsertionPt(), Clone1);
564 PN->addIncoming(Clone1, NewBB1);
572 LPad->replaceAllUsesWith(Clone1);

Completed in 59 milliseconds