Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp2018 SmallSet<std::pair<Value *, Value *>, 16> OperandsToRemap; in cloneInstructions() local
2026 OperandsToRemap.insert( in cloneInstructions()
2031 for (auto &[OldOp, MappedOp] : OperandsToRemap) in cloneInstructions()
2039 SmallSet<std::pair<Value *, Value *>, 16> OperandsToRemap; in cloneInstructions() local
2047 OperandsToRemap.insert({OpInst, I->second}); in cloneInstructions()
2050 for (auto &[OldOp, MappedOp] : OperandsToRemap) in cloneInstructions()