OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Clone1
(Results
1 - 3
of
3
) 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
);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
BasicBlockUtils.cpp
617
Instruction *
Clone1
= LPad->clone();
618
Clone1
->setName(Twine("lpad") + Suffix1);
619
NewBB1->getInstList().insert(NewBB1->getFirstInsertionPt(),
Clone1
);
633
PN->addIncoming(
Clone1
, NewBB1);
641
LPad->replaceAllUsesWith(
Clone1
);
Completed in 252 milliseconds