Home
last modified time | relevance | path

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

12

/external/llvm/test/CodeGen/MIR/Generic/
Dframe-info.mir39 # CHECK-NEXT: hasCalls: false
66 # CHECK-NEXT: hasCalls: true
81 hasCalls: true
/external/llvm/lib/CodeGen/
DTargetOptionsImpl.cpp32 return MF.getFrameInfo()->hasCalls(); in DisableFramePointerElim()
/external/llvm/lib/Transforms/Utils/
DCloneFunction.cpp46 bool hasCalls = false, hasDynamicAllocas = false, hasStaticAllocas = false; in CloneBasicBlock() local
57 hasCalls |= (isa<CallInst>(II) && !isa<DbgInfoIntrinsic>(II)); in CloneBasicBlock()
67 CodeInfo->ContainsCalls |= hasCalls; in CloneBasicBlock()
329 bool hasCalls = false, hasDynamicAllocas = false, hasStaticAllocas = false; in CloneBlock() local
382 hasCalls |= (isa<CallInst>(II) && !isa<DbgInfoIntrinsic>(II)); in CloneBlock()
473 CodeInfo->ContainsCalls |= hasCalls; in CloneBlock()
/external/llvm/test/CodeGen/MIR/Mips/
Dmemory-operands.mir37 hasCalls: true
69 hasCalls: true
Dexpected-global-value-or-symbol-after-call-entry.mir20 hasCalls: true
/external/llvm/test/CodeGen/MIR/X86/
Dexpected-comma-after-cfi-register.mir24 hasCalls: true
Dearly-clobber-register-flag.mir30 hasCalls: true
Dexpected-register-after-cfi-operand.mir24 hasCalls: true
Dliveout-register-mask.mir26 hasCalls: true
Dcfi-offset.mir26 hasCalls: true
Dframe-info-save-restore-points.mir38 hasCalls: true
Dexpected-named-register-in-callee-saved-register.mir49 hasCalls: true
Dexpected-stack-object.mir40 hasCalls: true
Dcallee-saved-info.mir51 hasCalls: true
Dframe-info-stack-references.mir41 hasCalls: true
/external/llvm/test/CodeGen/X86/
Dpatchpoint-verifiable.mir26 hasCalls: true
Dtls-addr-non-leaf-function.ll17 ; With the fix, the "hasCalls" flag is set in the MFI for the function whenever
/external/llvm/lib/ProfileData/
DSampleProf.cpp92 if (hasCalls()) { in print()
/external/llvm/test/CodeGen/MIR/ARM/
Dcfi-same-value.mir22 hasCalls: true
/external/llvm/test/CodeGen/PowerPC/
Dno-rlwimi-trivial-commute.mir67 hasCalls: false
Daddisdtprelha-nonr3.mir42 hasCalls: false
Daantidep-def-ec.mir79 hasCalls: true
/external/llvm/lib/Target/SystemZ/
DSystemZFrameLowering.cpp91 if (MFFrame->hasCalls()) in determineCalleeSaves()
499 if (StackSize || MFFrame->hasVarSizedObjects() || MFFrame->hasCalls()) in getAllocatedStackSize()
/external/llvm/include/llvm/CodeGen/
DMachineFrameInfo.h481 bool hasCalls() const { return HasCalls; } in hasCalls() function
/external/llvm/include/llvm/ProfileData/
DSampleProf.h177 bool hasCalls() const { return CallTargets.size() > 0; }

12