reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
228 virtual bool hasFP(const MachineFunction &MF) const = 0;
41 bool hasFP(const MachineFunction &MF) const override;
176 if (hasFP(MF)) { 205 if (hasFP(MF)) { 254 assert(hasFP(MF) && "frame pointer should not have been eliminated"); 277 if (hasFP(MF)) { 363 if (hasFP(MF)) 377 if (hasFP(MF)) {