Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULateCodeGenPrepare.cpp108 bool shouldReplace(Type *ITy) { in shouldReplace() function in __anon9f65155b0111::LiveRegOptimizer
298 if (!shouldReplace(II->getType())) in optimizeLiveType()
/freebsd/contrib/llvm-project/lld/ELF/
H A DSymbols.cpp508 bool Symbol::shouldReplace(Ctx &ctx, const Defined &other) const { in shouldReplace() function in Symbol
615 if (shouldReplace(ctx, other)) in resolve()
H A DSymbols.h239 bool shouldReplace(Ctx &, const Defined &other) const;