Searched refs:isLRSpilled (Results 1 – 7 of 7) sorted by relevance
138 static bool isLRSpilled(const MachineFunction &MF) { in isLRSpilled() function146 return shouldSignReturnAddress(isLRSpilled(MF)); in shouldSignReturnAddress()151 if (!(isLRSpilled(MF) && in needsShadowCallStackPrologueEpilogue()
55 bool isLRSpilled() const { return LRSpilled; } in isLRSpilled() function
1257 if (!MFI->isLRSpilled()) in fixupUnconditionalBr()
18 : LRSpilled(MFI.isLRSpilled()) {} in ARMFunctionInfo()
186 bool isLRSpilled() const { return LRSpilled; }318 YamlIO.mapOptional("isLRSpilled", MFI.LRSpilled);181 bool isLRSpilled() const { return LRSpilled; } isLRSpilled() function
6702 if (!AFI.isLRSpilled()) in insertOutlinedCall()6706 if (!AFI.isLRSpilled()) in insertOutlinedCall()6714 bool Auth = !AFI.isLRSpilled() && AFI.shouldSignReturnAddress(true); in insertOutlinedCall()6715 saveLROnStack(MBB, It, !AFI.isLRSpilled(), Auth); in insertOutlinedCall()6717 restoreLRFromStack(MBB, It, !AFI.isLRSpilled(), Auth); in insertOutlinedCall()
1729 if (!AFI->isLRSpilled()) in fixupUnconditionalBr()