Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachineOutliner.cpp687 bool OutlineFromLinkOnceODRs = false; member
1360 OutlineFromLinkOnceODRs = EnableLinkOnceODROutlining; in runOnModule()
1389 if (!TII->isFunctionSafeToOutlineFrom(*MF, OutlineFromLinkOnceODRs)) in runOnModule()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64InstrInfo.h240 bool OutlineFromLinkOnceODRs) const override;
DAArch64InstrInfo.cpp5100 MachineFunction &MF, bool OutlineFromLinkOnceODRs) const { in isFunctionSafeToOutlineFrom()
5104 if (!OutlineFromLinkOnceODRs && F.hasLinkOnceODRLinkage()) in isFunctionSafeToOutlineFrom()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86InstrInfo.h551 bool OutlineFromLinkOnceODRs) const override;
DX86InstrInfo.cpp7624 bool OutlineFromLinkOnceODRs) const { in isFunctionSafeToOutlineFrom()
7638 if (!OutlineFromLinkOnceODRs && F.hasLinkOnceODRLinkage()) in isFunctionSafeToOutlineFrom()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DTargetInstrInfo.h1649 bool OutlineFromLinkOnceODRs) const { in isFunctionSafeToOutlineFrom() argument