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

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

Completed in 272 milliseconds