Searched refs:remapOperands (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | ValueMapper.cpp | 334 void remapOperands(MDNode &N, OperandMapper mapOperand); 697 void MDNodeMapper::remapOperands(MDNode &N, OperandMapper mapOperand) { in remapOperands() function in MDNodeMapper 815 remapOperands(*ClonedN, [this, &D, &G](Metadata *Old) { in mapNodesInPOT() 854 remapOperands(*DistinctWorklist.pop_back_val(), [this](Metadata *Old) { in map()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | VPlan.cpp | 1187 static void remapOperands(VPBlockBase *Entry, VPBlockBase *NewEntry, in remapOperands() function 1250 remapOperands(Preheader, NewPreheader, Old2NewVPValues); in duplicate() 1251 remapOperands(Entry, NewEntry, Old2NewVPValues); in duplicate()
|