Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DMachineOutliner.cpp355 bool OutlineFromLinkOnceODRs = false; member
907 if (!TII->isFunctionSafeToOutlineFrom(*MF, OutlineFromLinkOnceODRs)) in populateMapper()
1052 OutlineFromLinkOnceODRs = EnableLinkOnceODROutlining; in doOutline()
/openbsd/src/gnu/llvm/llvm/lib/Target/RISCV/
DRISCVInstrInfo.h148 bool OutlineFromLinkOnceODRs) const override;
DRISCVInstrInfo.cpp1833 MachineFunction &MF, bool OutlineFromLinkOnceODRs) const { in isFunctionSafeToOutlineFrom()
1837 if (!OutlineFromLinkOnceODRs && F.hasLinkOnceODRLinkage()) in isFunctionSafeToOutlineFrom()
/openbsd/src/gnu/llvm/llvm/lib/Target/X86/
DX86InstrInfo.h558 bool OutlineFromLinkOnceODRs) const override;
DX86InstrInfo.cpp9619 bool OutlineFromLinkOnceODRs) const { in isFunctionSafeToOutlineFrom()
9633 if (!OutlineFromLinkOnceODRs && F.hasLinkOnceODRLinkage()) in isFunctionSafeToOutlineFrom()
/openbsd/src/gnu/llvm/llvm/lib/Target/AArch64/
DAArch64InstrInfo.h291 bool OutlineFromLinkOnceODRs) const override;
DAArch64InstrInfo.cpp7588 MachineFunction &MF, bool OutlineFromLinkOnceODRs) const { in isFunctionSafeToOutlineFrom()
7592 if (!OutlineFromLinkOnceODRs && F.hasLinkOnceODRLinkage()) in isFunctionSafeToOutlineFrom()
/openbsd/src/gnu/llvm/llvm/lib/Target/ARM/
DARMBaseInstrInfo.h350 bool OutlineFromLinkOnceODRs) const override;
DARMBaseInstrInfo.cpp6207 MachineFunction &MF, bool OutlineFromLinkOnceODRs) const { in isFunctionSafeToOutlineFrom()
6211 if (!OutlineFromLinkOnceODRs && F.hasLinkOnceODRLinkage()) in isFunctionSafeToOutlineFrom()
/openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/
DTargetInstrInfo.h2013 bool OutlineFromLinkOnceODRs) const { in isFunctionSafeToOutlineFrom() argument