Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/ELF/
DELFObjcopy.cpp208 function_ref<bool(const SectionBase &)> ShouldReplace, in replaceDebugSections() argument
215 if (ShouldReplace(Sec)) in replaceDebugSections()
234 RemovePred = [ShouldReplace, RemovePred](const SectionBase &Sec) { in replaceDebugSections()
235 return ShouldReplace(Sec) || RemovePred(Sec); in replaceDebugSections()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
DValue.cpp529 llvm::function_ref<bool(Use &U)> ShouldReplace) { in replaceUsesWithIf() argument
540 if (!ShouldReplace(U)) in replaceUsesWithIf()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
DScalarizer.cpp776 Value *ShouldReplace = in visitInsertElementInst() local
780 Res[I] = Builder.CreateSelect(ShouldReplace, NewElt, OldElt, in visitInsertElementInst()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
DValue.h316 llvm::function_ref<bool(Use &U)> ShouldReplace);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
DAMDGPUMachineCFGStructurizer.cpp930 bool ShouldReplace = (IsInside && ReplaceInside) || in replaceRegister() local
933 if (ShouldReplace) { in replaceRegister()