Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Utils/
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()
322 bool hasCalls = false, hasDynamicAllocas = false, hasStaticAllocas = false; in CloneBlock() local
375 hasCalls |= (isa<CallInst>(II) && !isa<DbgInfoIntrinsic>(II)); in CloneBlock()
455 CodeInfo->ContainsCalls |= hasCalls; in CloneBlock()
/external/llvm/lib/CodeGen/
DTargetOptionsImpl.cpp28 return MFI->hasCalls(); in DisableFramePointerElim()
/external/llvm/include/llvm/ProfileData/
DSampleProf.h143 bool hasCalls() const { return CallTargets.size() > 0; }
/external/llvm/test/CodeGen/X86/
Dtls-addr-non-leaf-function.ll17 ; With the fix, the "hasCalls" flag is set in the MFI for the function whenever
/external/llvm/lib/Target/SystemZ/
DSystemZFrameLowering.cpp89 if (MFFrame->hasCalls()) in processFunctionBeforeCalleeSavedScan()
485 if (StackSize || MFFrame->hasVarSizedObjects() || MFFrame->hasCalls()) in getAllocatedStackSize()
/external/llvm/lib/ProfileData/
DSampleProfReader.cpp120 if (Sample.hasCalls()) { in print()
/external/llvm/lib/Target/Sparc/
DSparcFrameLowering.cpp208 return !(MFI->hasCalls() // has calls in isLeafProc()
/external/llvm/include/llvm/CodeGen/
DMachineFrameInfo.h484 bool hasCalls() const { return HasCalls; } in hasCalls() function
/external/llvm/lib/Target/AArch64/
DAArch64FrameLowering.cpp133 if (MFI->hasCalls() || hasFP(MF) || NumBytes > 128) in canUseRedZone()
143 return (MFI->hasCalls() || MFI->hasVarSizedObjects() || in hasFP()
DAArch64RegisterInfo.cpp249 if (MFI->hasCalls() || (MF.getTarget().Options.DisableFramePointerElim(MF) && in cannotEliminateFrame()
/external/llvm/lib/Target/Hexagon/
DHexagonFrameLowering.cpp207 return (MFI->hasCalls() || (MFI->getStackSize() > 0) || in hasFP()
/external/llvm/lib/Target/X86/
DX86FrameLowering.cpp476 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()
/external/llvm/lib/Target/ARM/
DARMFrameLowering.cpp59 MFI->hasCalls()) || in hasFP()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGISel.cpp543 if (MFI->hasCalls() && MF->hasInlineAsm()) in runOnMachineFunction()