Home
last modified time | relevance | path

Searched defs:hasNonRISpills (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCMachineFunctionInfo.h212 bool hasNonRISpills() const { return HasNonRISpills; } in hasNonRISpills() function
H A DPPCFrameLowering.cpp262 static bool hasNonRISpills(const MachineFunction &MF) { in hasNonRISpills() function