Home
last modified time | relevance | path

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

/external/llvm/lib/Target/SystemZ/
DSystemZFrameLowering.cpp122 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()
/external/llvm/lib/Transforms/Utils/
DCloneFunction.cpp41 bool hasCalls = false, hasDynamicAllocas = false, hasStaticAllocas = false; in CloneBasicBlock() local
52 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() local
246 hasCalls |= (isa<CallInst>(II) && !isa<DbgInfoIntrinsic>(II)); in CloneBlock()
305 CodeInfo->ContainsCalls |= hasCalls; in CloneBlock()
/external/llvm/lib/Target/
DTargetMachine.cpp274 return MFI->hasCalls(); in DisableFramePointerElim()
/external/llvm/include/llvm/CodeGen/
DMachineFrameInfo.h420 bool hasCalls() const { return HasCalls; } in hasCalls() function
/external/llvm/lib/Target/Mips/
DMipsFrameLowering.cpp320 if (MF.getFrameInfo()->hasCalls()) in processFunctionBeforeCalleeSavedScan()
/external/llvm/lib/Target/X86/
DX86FrameLowering.cpp381 if (MFI->hasCalls()) in emitPrologue()
695 if (MFI->hasCalls()) in emitEpilogue()
/external/llvm/lib/Target/ARM/
DARMFrameLowering.cpp40 return ((DisableFramePointerElim(MF) && MFI->hasCalls()) || in hasFP()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGISel.cpp351 if (!MFI->hasCalls()) { in runOnMachineFunction()