Home
last modified time | relevance | path

Searched refs:shouldOutlineFromFunctionByDefault (Results 1 – 8 of 8) sorted by relevance

/openbsd/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.h155 bool shouldOutlineFromFunctionByDefault(MachineFunction &MF) const override;
H A DRISCVInstrInfo.cpp1860 bool RISCVInstrInfo::shouldOutlineFromFunctionByDefault( in shouldOutlineFromFunctionByDefault() function in RISCVInstrInfo
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.h304 bool shouldOutlineFromFunctionByDefault(MachineFunction &MF) const override;
H A DAArch64InstrInfo.cpp8147 bool AArch64InstrInfo::shouldOutlineFromFunctionByDefault( in shouldOutlineFromFunctionByDefault() function in AArch64InstrInfo
/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DMachineOutliner.cpp902 if (!RunOnAllFunctions && !TII->shouldOutlineFromFunctionByDefault(*MF)) in populateMapper()
/openbsd/gnu/llvm/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.h367 bool shouldOutlineFromFunctionByDefault(MachineFunction &MF) const override;
H A DARMBaseInstrInfo.cpp6746 bool ARMBaseInstrInfo::shouldOutlineFromFunctionByDefault( in shouldOutlineFromFunctionByDefault() function in ARMBaseInstrInfo
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h2019 virtual bool shouldOutlineFromFunctionByDefault(MachineFunction &MF) const { in shouldOutlineFromFunctionByDefault() function