Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Utils/
DLoopVersioning.cpp156 Value *ClonedValue = PN->getIncomingValue(0); in addPHINodes() local
157 auto Mapped = VMap.find(ClonedValue); in addPHINodes()
159 ClonedValue = Mapped->second; in addPHINodes()
161 PN->addIncoming(ClonedValue, NonVersionedLoop->getExitingBlock()); in addPHINodes()
/external/llvm/lib/Transforms/Scalar/
DRewriteStatepointsForGC.cpp1919 Instruction *ClonedValue = Instr->clone(); in rematerializeLiveValues() local
1920 ClonedValue->insertBefore(InsertBefore); in rematerializeLiveValues()
1921 ClonedValue->setName(Instr->getName() + ".remat"); in rematerializeLiveValues()
1927 ClonedValue->replaceUsesOfWith(LastValue, LastClonedValue); in rematerializeLiveValues()
1931 for (auto OpValue : ClonedValue->operand_values()) { in rematerializeLiveValues()
1939 LastClonedValue = ClonedValue; in rematerializeLiveValues()