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

  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
BasicBlockUtils.cpp 587 Instruction *Clone2 = LPad->clone();
588 Clone2->setName(Twine("lpad") + Suffix2);
589 NewBB2->getInstList().insert(NewBB2->getFirstInsertionPt(), Clone2);
594 PN->addIncoming(Clone2, NewBB2);
  /external/llvm/lib/Transforms/Utils/
BasicBlockUtils.cpp 553 Instruction *Clone2 = LPad->clone();
554 Clone2->setName(Twine("lpad") + Suffix2);
555 NewBB2->getInstList().insert(NewBB2->getFirstInsertionPt(), Clone2);
565 PN->addIncoming(Clone2, NewBB2);

Completed in 73 milliseconds