Searched refs:hasCalls (Results 1 – 25 of 38) sorted by relevance
12
39 # CHECK-NEXT: hasCalls: false66 # CHECK-NEXT: hasCalls: true81 hasCalls: true
32 return MF.getFrameInfo()->hasCalls(); in DisableFramePointerElim()
46 bool hasCalls = false, hasDynamicAllocas = false, hasStaticAllocas = false; in CloneBasicBlock() local57 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() local382 hasCalls |= (isa<CallInst>(II) && !isa<DbgInfoIntrinsic>(II)); in CloneBlock()473 CodeInfo->ContainsCalls |= hasCalls; in CloneBlock()
37 hasCalls: true69 hasCalls: true
20 hasCalls: true
24 hasCalls: true
30 hasCalls: true
26 hasCalls: true
38 hasCalls: true
49 hasCalls: true
40 hasCalls: true
51 hasCalls: true
41 hasCalls: true
17 ; With the fix, the "hasCalls" flag is set in the MFI for the function whenever
92 if (hasCalls()) { in print()
22 hasCalls: true
67 hasCalls: false
42 hasCalls: false
79 hasCalls: true
91 if (MFFrame->hasCalls()) in determineCalleeSaves()499 if (StackSize || MFFrame->hasVarSizedObjects() || MFFrame->hasCalls()) in getAllocatedStackSize()
481 bool hasCalls() const { return HasCalls; } in hasCalls() function
177 bool hasCalls() const { return CallTargets.size() > 0; }