Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Utils/
DCloneFunction.cpp44 bool hasCalls = false, hasDynamicAllocas = false, hasStaticAllocas = false; in CloneBasicBlock() local
55 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() local
288 hasCalls |= (isa<CallInst>(II) && !isa<DbgInfoIntrinsic>(II)); in CloneBlock()
348 CodeInfo->ContainsCalls |= hasCalls; in CloneBlock()
/external/llvm/lib/CodeGen/
DTargetOptionsImpl.cpp26 return MFI->hasCalls(); in DisableFramePointerElim()
/external/llvm/include/llvm/CodeGen/
DMachineFrameInfo.h430 bool hasCalls() const { return HasCalls; } in hasCalls() function
/external/llvm/lib/Target/Hexagon/
DHexagonFrameLowering.cpp208 return (MFI->hasCalls() || (MFI->getStackSize() > 0) || in hasFP()
/external/llvm/lib/Target/Mips/
DMipsFrameLowering.cpp320 if (MF.getFrameInfo()->hasCalls()) in processFunctionBeforeCalleeSavedScan()
/external/llvm/lib/Target/X86/
DX86FrameLowering.cpp660 if (MFI->hasCalls()) in emitPrologue()
991 if (MFI->hasCalls()) in emitEpilogue()
/external/llvm/lib/Target/ARM/
DARMFrameLowering.cpp51 MFI->hasCalls()) || in hasFP()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGISel.cpp439 if (!MFI->hasCalls()) { in runOnMachineFunction()