Home
last modified time | relevance | path

Searched refs:OutlineFromLinkOnceODRs (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineOutliner.cpp436 bool OutlineFromLinkOnceODRs = false; member
1236 if (!TII->isFunctionSafeToOutlineFrom(*MF, OutlineFromLinkOnceODRs)) { in populateMapper()
1449 OutlineFromLinkOnceODRs = EnableLinkOnceODROutlining; in doOutline()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.h202 bool OutlineFromLinkOnceODRs) const override;
H A DRISCVInstrInfo.cpp3351 MachineFunction &MF, bool OutlineFromLinkOnceODRs) const { in isFunctionSafeToOutlineFrom()
3355 if (!OutlineFromLinkOnceODRs && F.hasLinkOnceODRLinkage()) in isFunctionSafeToOutlineFrom()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.h637 bool OutlineFromLinkOnceODRs) const override;
H A DX86InstrInfo.cpp10623 MachineFunction &MF, bool OutlineFromLinkOnceODRs) const { in isFunctionSafeToOutlineFrom()
10637 if (!OutlineFromLinkOnceODRs && F.hasLinkOnceODRLinkage()) in isFunctionSafeToOutlineFrom()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.h485 bool OutlineFromLinkOnceODRs) const override;
H A DAArch64InstrInfo.cpp9494 MachineFunction &MF, bool OutlineFromLinkOnceODRs) const { in isFunctionSafeToOutlineFrom()
9498 if (!OutlineFromLinkOnceODRs && F.hasLinkOnceODRLinkage()) in isFunctionSafeToOutlineFrom()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.h354 bool OutlineFromLinkOnceODRs) const override;
H A DARMBaseInstrInfo.cpp6062 MachineFunction &MF, bool OutlineFromLinkOnceODRs) const { in isFunctionSafeToOutlineFrom()
6066 if (!OutlineFromLinkOnceODRs && F.hasLinkOnceODRLinkage()) in isFunctionSafeToOutlineFrom()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h2260 bool OutlineFromLinkOnceODRs) const { in isFunctionSafeToOutlineFrom() argument