Searched refs:hasCalls (Results 1 – 8 of 8) sorted by relevance
44 bool hasCalls = false, hasDynamicAllocas = false, hasStaticAllocas = false; in CloneBasicBlock() local55 hasCalls |= (isa<CallInst>(II) && !isa<DbgInfoIntrinsic>(II)); in CloneBasicBlock()65 CodeInfo->ContainsCalls |= hasCalls; in CloneBasicBlock()255 bool hasCalls = false, hasDynamicAllocas = false, hasStaticAllocas = false; in CloneBlock() local288 hasCalls |= (isa<CallInst>(II) && !isa<DbgInfoIntrinsic>(II)); in CloneBlock()348 CodeInfo->ContainsCalls |= hasCalls; in CloneBlock()
26 return MFI->hasCalls(); in DisableFramePointerElim()
430 bool hasCalls() const { return HasCalls; } in hasCalls() function
208 return (MFI->hasCalls() || (MFI->getStackSize() > 0) || in hasFP()
320 if (MF.getFrameInfo()->hasCalls()) in processFunctionBeforeCalleeSavedScan()
660 if (MFI->hasCalls()) in emitPrologue()991 if (MFI->hasCalls()) in emitEpilogue()
51 MFI->hasCalls()) || in hasFP()
439 if (!MFI->hasCalls()) { in runOnMachineFunction()