Searched refs:hasCalls (Results 1 – 14 of 14) sorted by relevance
45 bool hasCalls = false, hasDynamicAllocas = false, hasStaticAllocas = false; in CloneBasicBlock() local56 hasCalls |= (isa<CallInst>(II) && !isa<DbgInfoIntrinsic>(II)); in CloneBasicBlock()66 CodeInfo->ContainsCalls |= hasCalls; in CloneBasicBlock()322 bool hasCalls = false, hasDynamicAllocas = false, hasStaticAllocas = false; in CloneBlock() local375 hasCalls |= (isa<CallInst>(II) && !isa<DbgInfoIntrinsic>(II)); in CloneBlock()455 CodeInfo->ContainsCalls |= hasCalls; in CloneBlock()
28 return MFI->hasCalls(); in DisableFramePointerElim()
143 bool hasCalls() const { return CallTargets.size() > 0; }
17 ; With the fix, the "hasCalls" flag is set in the MFI for the function whenever
89 if (MFFrame->hasCalls()) in processFunctionBeforeCalleeSavedScan()485 if (StackSize || MFFrame->hasVarSizedObjects() || MFFrame->hasCalls()) in getAllocatedStackSize()
120 if (Sample.hasCalls()) { in print()
208 return !(MFI->hasCalls() // has calls in isLeafProc()
484 bool hasCalls() const { return HasCalls; } in hasCalls() function
133 if (MFI->hasCalls() || hasFP(MF) || NumBytes > 128) in canUseRedZone()143 return (MFI->hasCalls() || MFI->hasVarSizedObjects() || in hasFP()
249 if (MFI->hasCalls() || (MF.getTarget().Options.DisableFramePointerElim(MF) && in cannotEliminateFrame()
207 return (MFI->hasCalls() || (MFI->getStackSize() > 0) || in hasFP()
476 if (MFI->hasCalls()) in calculateMaxStackAlign()1219 assert(!MFI->hasCalls() || (StackSize % 16) == 8); in getFrameIndexOffset()1237 assert((!MFI->hasCalls() || (FPDelta % 16) == 0) && in getFrameIndexOffset()1870 if (MFI->hasCalls()) { in adjustForHiPEPrologue()
59 MFI->hasCalls()) || in hasFP()
543 if (MFI->hasCalls() && MF->hasInlineAsm()) in runOnMachineFunction()