Searched refs:hasCalls (Results 1 – 8 of 8) sorted by relevance
122 if (StackSize || MFI->hasCalls()) { in emitPrologue()175 if (StackSize || MFI->hasCalls()) { in emitEpilogue()218 if (StackSize || MFI->hasCalls()) in getFrameIndexOffset()374 if (FFI->hasCalls()) in processFunctionBeforeCalleeSavedScan()381 FFI->hasCalls() || in processFunctionBeforeCalleeSavedScan()
41 bool hasCalls = false, hasDynamicAllocas = false, hasStaticAllocas = false; in CloneBasicBlock() local52 hasCalls |= (isa<CallInst>(II) && !isa<DbgInfoIntrinsic>(II)); in CloneBasicBlock()62 CodeInfo->ContainsCalls |= hasCalls; in CloneBasicBlock()227 bool hasCalls = false, hasDynamicAllocas = false, hasStaticAllocas = false; in CloneBlock() local246 hasCalls |= (isa<CallInst>(II) && !isa<DbgInfoIntrinsic>(II)); in CloneBlock()305 CodeInfo->ContainsCalls |= hasCalls; in CloneBlock()
274 return MFI->hasCalls(); in DisableFramePointerElim()
420 bool hasCalls() const { return HasCalls; } in hasCalls() function
320 if (MF.getFrameInfo()->hasCalls()) in processFunctionBeforeCalleeSavedScan()
381 if (MFI->hasCalls()) in emitPrologue()695 if (MFI->hasCalls()) in emitEpilogue()
40 return ((DisableFramePointerElim(MF) && MFI->hasCalls()) || in hasFP()
351 if (!MFI->hasCalls()) { in runOnMachineFunction()