Searched defs:Replacer (Results 1 – 6 of 6) sorted by relevance
109 function_ref<void(Instruction *, Value *)> Replacer; variable
1111 pub trait Replacer { trait1173 impl<'a> Replacer for &'a [u8] { impl1183 impl<'a> Replacer for &'a Vec<u8> { impl1213 impl<'a> Replacer for &'a Cow<'a, [u8]> { impl
1162 pub trait Replacer { trait1224 impl<'a> Replacer for &'a str { impl1234 impl<'a> Replacer for &'a String { impl1264 impl<'a> Replacer for &'a Cow<'a, str> { impl
1792 bool MemorySSA::dominatesUse(const MemoryAccess *Replacer, in dominatesUse()
3189 function_ref<void(Instruction *, Value *)> Replacer, in LibCallSimplifier()
2677 UsesReplacer *Replacer = nullptr; member in __anon12055e220511::TypePromotionTransaction::InstructionRemover