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

/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/M68k/
H A DM68kMachineFunction.h95 bool getHasPushSequences() const { return HasPushSequences; } function in class:llvm::M68kMachineFunctionInfo
H A DM68kFrameLowering.cpp55 !MF.getInfo<M68kMachineFunctionInfo>()->getHasPushSequences();
68 MF.getInfo<M68kMachineFunctionInfo>()->getHasPushSequences();
263 MF.getInfo<M68kMachineFunctionInfo>()->getHasPushSequences()) {
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86MachineFunctionInfo.h135 bool getHasPushSequences() const { return HasPushSequences; } function in class:llvm::X86MachineFunctionInfo
H A DX86FrameLowering.cpp61 !MF.getInfo<X86MachineFunctionInfo>()->getHasPushSequences() &&
87 MF.getInfo<X86MachineFunctionInfo>()->getHasPushSequences();
3275 MF.getInfo<X86MachineFunctionInfo>()->getHasPushSequences())

Completed in 207 milliseconds