Home
last modified time | relevance | path

Searched refs:hasCalls (Results 1 – 14 of 14) sorted by relevance

/minix/external/bsd/llvm/dist/llvm/lib/CodeGen/
H A DTargetOptionsImpl.cpp28 return MFI->hasCalls(); in DisableFramePointerElim()
/minix/external/bsd/llvm/dist/llvm/lib/Transforms/Utils/
H A DCloneFunction.cpp45 bool hasCalls = false, hasDynamicAllocas = false, hasStaticAllocas = false; in CloneBasicBlock() local
56 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() local
345 hasCalls |= (isa<CallInst>(II) && !isa<DbgInfoIntrinsic>(II)); in CloneBlock()
405 CodeInfo->ContainsCalls |= hasCalls; in CloneBlock()
/minix/external/bsd/llvm/dist/llvm/test/CodeGen/X86/
H A Dtls-addr-non-leaf-function.ll17 ; With the fix, the "hasCalls" flag is set in the MFI for the function whenever
/minix/external/bsd/llvm/dist/llvm/include/llvm/ProfileData/
H A DSampleProf.h143 bool hasCalls() const { return CallTargets.size() > 0; }
/minix/external/bsd/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZFrameLowering.cpp89 if (MFFrame->hasCalls()) in processFunctionBeforeCalleeSavedScan()
485 if (StackSize || MFFrame->hasVarSizedObjects() || MFFrame->hasCalls()) in getAllocatedStackSize()
/minix/external/bsd/llvm/dist/llvm/lib/ProfileData/
H A DSampleProfReader.cpp120 if (Sample.hasCalls()) { in print()
/minix/external/bsd/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h484 bool hasCalls() const { return HasCalls; } in hasCalls() function
/minix/external/bsd/llvm/dist/llvm/lib/Target/Sparc/
H A DSparcFrameLowering.cpp211 return !(MFI->hasCalls() // has calls in isLeafProc()
/minix/external/bsd/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64RegisterInfo.cpp217 if (MFI->hasCalls() || (MF.getTarget().Options.DisableFramePointerElim(MF) && in cannotEliminateFrame()
H A DAArch64FrameLowering.cpp78 if (MFI->hasCalls() || hasFP(MF) || NumBytes > 128) in canUseRedZone()
94 return (MFI->hasCalls() || MFI->hasVarSizedObjects() || in hasFP()
/minix/external/bsd/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonFrameLowering.cpp210 return (MFI->hasCalls() || (MFI->getStackSize() > 0) || in hasFP()
/minix/external/bsd/llvm/dist/llvm/lib/Target/X86/
H A DX86FrameLowering.cpp561 if (MFI->hasCalls()) in emitPrologue()
980 if (MFI->hasCalls()) in emitEpilogue()
1780 if (MFI->hasCalls()) { in adjustForHiPEPrologue()
/minix/external/bsd/llvm/dist/llvm/lib/Target/ARM/
H A DARMFrameLowering.cpp59 MFI->hasCalls()) || in hasFP()
/minix/external/bsd/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp535 if (MFI->hasCalls() && MF->hasInlineAsm()) in runOnMachineFunction()