Searched refs:ShouldReplace (Results 1 – 5 of 5) sorted by relevance
208 function_ref<bool(const SectionBase &)> ShouldReplace, in replaceDebugSections() argument215 if (ShouldReplace(Sec)) in replaceDebugSections()234 RemovePred = [ShouldReplace, RemovePred](const SectionBase &Sec) { in replaceDebugSections()235 return ShouldReplace(Sec) || RemovePred(Sec); in replaceDebugSections()
529 llvm::function_ref<bool(Use &U)> ShouldReplace) { in replaceUsesWithIf() argument540 if (!ShouldReplace(U)) in replaceUsesWithIf()
776 Value *ShouldReplace = in visitInsertElementInst() local780 Res[I] = Builder.CreateSelect(ShouldReplace, NewElt, OldElt, in visitInsertElementInst()
316 llvm::function_ref<bool(Use &U)> ShouldReplace);
930 bool ShouldReplace = (IsInside && ReplaceInside) || in replaceRegister() local933 if (ShouldReplace) { in replaceRegister()