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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.h266 bool shouldOutlineFromFunctionByDefault(MachineFunction &MF) const override;
H A DAArch64InstrInfo.cpp6490 bool AArch64InstrInfo::shouldOutlineFromFunctionByDefault( function in class:AArch64InstrInfo
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineOutliner.cpp1318 if (!RunOnAllFunctions && !TII->shouldOutlineFromFunctionByDefault(*MF))
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h1801 virtual bool shouldOutlineFromFunctionByDefault(MachineFunction &MF) const { function in class:llvm::TargetInstrInfo

Completed in 138 milliseconds