HomeSort by relevance Sort by last modified time
    Searched refs:Clone1 (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
BasicBlockUtils.cpp 582 Instruction *Clone1 = LPad->clone();
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/
BasicBlockUtils.cpp 548 Instruction *Clone1 = LPad->clone();
549 Clone1->setName(Twine("lpad") + Suffix1);
550 NewBB1->getInstList().insert(NewBB1->getFirstInsertionPt(), Clone1);
564 PN->addIncoming(Clone1, NewBB1);
572 LPad->replaceAllUsesWith(Clone1);

Completed in 70 milliseconds