Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DNeonEmitter.cpp1830 std::string ReplaceWith = cast<StringInit>(DI->getArg(1))->getAsUnquotedString(); in emitDagNameReplace() local
1835 S.replace(Idx, ToReplace.size(), ReplaceWith); in emitDagNameReplace()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp7550 DenseSet<const SwitchSuccWrapper *> ReplaceWith; in simplifyDuplicateSwitchArms() local
7551 ReplaceWith.reserve(Cases.size()); in simplifyDuplicateSwitchArms()
7554 Updates.reserve(ReplaceWith.size()); in simplifyDuplicateSwitchArms()
7559 const auto [It, Inserted] = ReplaceWith.insert(&SSW); in simplifyDuplicateSwitchArms()