Searched refs:hasCalls (Results 1 – 11 of 11) 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()312 bool hasCalls = false, hasDynamicAllocas = false, hasStaticAllocas = false; in CloneBlock() local345 hasCalls |= (isa<CallInst>(II) && !isa<DbgInfoIntrinsic>(II)); in CloneBlock()405 CodeInfo->ContainsCalls |= hasCalls; in CloneBlock()
28 return MFI->hasCalls(); in DisableFramePointerElim()
88 if (MFFrame->hasCalls()) in processFunctionBeforeCalleeSavedScan()483 if (StackSize || MFFrame->hasVarSizedObjects() || MFFrame->hasCalls()) in getAllocatedStackSize()
465 bool hasCalls() const { return HasCalls; } in hasCalls() function
211 return !(MFI->hasCalls() // has calls in isLeafProc()
205 if (MFI->hasCalls() || (MF.getTarget().Options.DisableFramePointerElim(MF) && in cannotEliminateFrame()
78 if (MFI->hasCalls() || hasFP(MF) || NumBytes > 128) in canUseRedZone()94 return (MFI->hasCalls() || MFI->hasVarSizedObjects() || in hasFP()
207 return (MFI->hasCalls() || (MFI->getStackSize() > 0) || in hasFP()
473 if (MFI->hasCalls()) in emitPrologue()881 if (MFI->hasCalls()) in emitEpilogue()1552 if (MFI->hasCalls()) { in adjustForHiPEPrologue()
59 MFI->hasCalls()) || in hasFP()
533 if (MFI->hasCalls() && MF->hasInlineAsm()) in runOnMachineFunction()